[Chicago-talk] Perl Style

Jay Strauss me at heyjay.com
Wed Aug 18 23:50:07 CDT 2004


> 
> > 3) the "{" after a function
> 
> Goes on the same line as the function.

perlstyle says it looks like:

sub function{

rather than

sub function {

(notice, no space between "function" and "{")

Jay


More information about the Chicago-talk mailing list