Mailing List Archive

Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testing.pod tutorials/tips/mod_perl_tricks/mod_perl_tricks.po
Randy Kobes wrote:
> That's really great to make all of these consistent;
> that was a lot of work!
Thanks! :)
>
> However, in a few places like
>
>> -C<my()> vs. C<use vars>:
>> +C<my ()> vs. C<use vars>:
Any other opinions?

> I find the usage of 'my ()' a bit confusing, compared
> to 'my()', when used in the context of denoting a
> function. I guess this preference is a bit inconsistent,
> as I also prefer this change:
>
>> - my( $class, $text ) = @_ ;
>> + my ( $class, $text ) = @_ ;

I was actually debating making it:
>> - my( $class, $text ) = @_ ;
>> + my ($class, $text) = @_ ;




--
END
------------------------------------------------------------
What doesn't kill us can only make us stronger.
Nothing is impossible.

Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
http://www.liquidityservicesinc.com
http://www.liquidation.com
http://www.uksurplus.com
http://www.govliquidation.com
http://www.gowholesale.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testing.pod tutorials/tips/mod_perl_tricks/mod_perl_tricks.po [ In reply to ]
Philip M. Gollucci wrote:

> I was actually debating making it:
> >> - my( $class, $text ) = @_ ;
> >> + my ($class, $text) = @_ ;

+1

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://mailchannels.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org