Re: providig a filename as an argument fom the command line



THANKS!!!

"Jürgen Exner" <jurgenex@xxxxxxxxxxx> wrote in message
news:Ll0pg.8851$uo.448@xxxxxxxxxxx
Jockser wrote:
I'm trying to find a way to run a perl.pl script using a file name as
an argument.
myperlprogram.pl somefile.xml

The somefile.xml would need to be assigned to a variable in the perl
program.

perldoc perlvar ===> @ARGV

jue



.