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
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
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/