View Single Post
  #14 (permalink)  
Old 03-16-2008, 02:20 PM
KevinADC KevinADC is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 89
Rep Power: 6
KevinADC is on a distinguished road
Default Re: Need a perl study-buddy

The short answer is you should always use the "strict" pragma and declare all your lexical variables with "my". The use of "strict" is a pretty lengthy topic, here is an article that discusses it more in depth:

perl.com: Beginners Intro to Perl - Part 6

The article is a little old but seems to still be relevant.
Reply With Quote