http://www.perlmonks.org?node_id=1032253


in reply to running perlscript from shell script

This is not a Perl question, it is a shell question. The answer depends on what kind of shell you run; but usually, the following should work:
1.pl "$@" 2.pl "$@" 3.pl "$@"

"$@" stands for "all the arguments".

If only particular arguments are needed, you can use the positional arguments:

4.pl "$2" # Only the second argument.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ