providig a filename as an argument fom the command line



I'm trying to find a way to run a perl.pl script using a file name as an
argument.
Such as:

myperlprogram.pl somefile.xml

The somefile.xml would need to be assigned to a variable in the perl
program.
This is on a Win32 system that I will later be converting the
myperprogram.pl to an .exe program using the pp function in PAR.

Thanks.


.