Re: Totally lost on how to get the argv of Perl

2009-08-24 Thread Telemachus
On Sun Aug 23 2009 @ 9:06, Andrew Steinborn wrote: > Shawn H. Corey wrote: > >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

Re: Totally lost on how to get the argv of Perl

2009-08-24 Thread Andrew Steinborn
Shawn H. Corey wrote: 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`. Thanks. I figured it out re

Re: Totally lost on how to get the argv of Perl

2009-08-01 Thread Shawn H. Corey
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.0002 million dollars worth, Shaw

Totally lost on how to get the argv of Perl

2009-07-31 Thread Andrew Steinborn
I need to know how to get the arguments passed to Perl. I'm using the ActiveState built version of Perl on Windows Vista. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/