View Single Post
  #12 (permalink)  
Old 03-14-2008, 12:52 AM
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

declaring the subs at the beginning of the script is also unnecessary:

sub one;
sub two;

You can drop that now before it becomes a bad habit.
Reply With Quote