use strict

If you issue use strict; at the top of your Perl script, this forces you to use the my() function to declare all variables local. If not you will receive error messages like, Global symbol "foo" requires explicit package name at test.pl line 3..

http://www.cs.cf.ac.uk/Dave/PERL/node151.html »

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.