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 i

Re: How to pass info to a CGI program without using a form?

2009-08-24 Thread Andrew Steinborn
boll wrote: There is a perl program running on my server that delivers random images to a web page. The image on the html page is specified by this html code: http://localhost/cgi/random_image.cgi"/> I would like to use this program in several places to display images from other director

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/