![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Pass the arguments to the procedure in an easier wayby dbs (Sexton) |
on Jun 16, 2011 at 20:23 UTC ( #910026=note: print w/replies, xml ) | Need Help?? |
I am no Perl guru, but I do know it is good practice to use @_ to pass args to a sub and not $_[0] 1 etc.
Looks pretty Perl-ish to me. You could use FileHandle...I like it better:
In Section
Seekers of Perl Wisdom
|
|