in reply to Passing arguments to a Perl script

Can you show us what you have got ( or better a small example script that demonstrates the problem ), so we can have a better idea of what you are trying to do?

Traditionally arguments passed to scripts are in @ARGV, or you can use one of the many GetOpt modules, if that helps though?

Just a something something...