Monday, 14 January 2013

Perl Notes - Perl Global Variables


Perl Global Variables

Perl programs will use subroutine parameters where it makes sense, and will leave some
things as global variables.
In C or other languages, global variables are regarded as questionable style, but in Perl
they are more natural.
This is perhaps more evidence that Perl is not appropriate for large programs.

No comments:

Post a Comment