
pgollucci at p6m7g8
Sep 1, 2005, 11:11 PM
Post #1 of 2
(1823 views)
Permalink
|
|
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 [at] p6m7g8) 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 [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|