Hello,

How can I pass parameters from *nix command line to a Perl script?
  Like $1 in shell scripting.

#!/usr/bin/perl -w

$myfile = $1;

doesn't work.

Thanks.

Scott

Reply via email to