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


in reply to Reading in parameters

basicdez,

That was answered in the original thread.

my( $arg1, $arg2, $arg3 ) = @ARGV

You don't really need to assign to argX, perl automatically places the command line args in the @ARGV array for you.

-derby