in reply to Re: subroutines problem
in thread subroutines problem

yes Brayan your right, the script would be called with 2 arguments, similar to... add 3 5 which will pass the 'add' argument ($ARGV[0]) and the '3' and '5' arguments ($ARGV[1] and $ARGV[2]).