Andrew Steinborn wrote:
I need to know how to get the arguments passed to Perl. I'm using the ActiveState built version of Perl on Windows Vista.
Perl loads the command-line arguments into the special variable @ARGV See `perldoc perlvar`. -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. My favourite four-letter word is "Done!" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
