in reply to
Help with argument to a subroutine
I strong recomend you to read POD perlsub, by comand :
perldoc perlsub
[download]
Where you could see that any arguments passed in show up in the array @_, and you can use shift to get array values.
Solli Moreira Honorio
Sao Paulo - Brazil
Comment on
Re: Help with argument to a subroutine
Download
Code
In Section
Seekers of Perl Wisdom