in reply to Re: Need your advice on how to start a program
in thread Need your advice on how to start a program

I like that $Global, $local and $CONSTANT variable name conventions. Where can I find the guidelines for normal Perl convention?

Thanks.

  • Comment on Re^2: Need your advice on how to start a program

Replies are listed 'Best First'.
Re^3: Need your advice on how to start a program
by Anonymous Monk on May 05, 2005 at 19:21 UTC
    See perldoc perlstyle
      Thanks, I did not know that one.