Thread
:
Need a perl study-buddy
View Single Post
#
12
(
permalink
)
03-14-2008, 12:52 AM
KevinADC
Learning Programmer
Join Date: Jan 2007
Posts: 89
Rep Power:
6
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.
KevinADC
View Public Profile
Send a private message to KevinADC
Find all posts by KevinADC