On Tue, 13 Jul 2004 18:57:57 -0500, James Edward Gray II wrote
perldoc perlstyle
Thanks. I had done perldoc perl | find /i "nam" but didn't see anything that looked relevant. The people that maintain Perl apparently have a very different mindset than I do...
Which particular style you happen to choose is less important, than being consistent with it all the way through your programming. Check out CPAN and you will see a varied (and wonderful) sample of very different styles, of many things, naming conventions, argument passing, error handling, etc. But the best modules on CPAN all exhibit one trait, they are consistent wrt their own interface.
Just my $.02...
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>