http://qs321.pair.com?node_id=549571


in reply to Help with argument to a subroutine

I strong recomend you to read POD perlsub, by comand :

perldoc perlsub
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