Passing Variables to Perl through HTTP

2008-07-14 Thread Wei, Alice J.
Hi, Guys: This may be a very dumb question, but I am having the problem of putting the variables on the url through Perl to get it to execute the following mkdir command. #!/usr/bin/perl -w use CGI qw(:standard -debug); use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"

RE: Passing Variables to Perl through HTTP

2008-07-14 Thread Wei, Alice J.
Alice -Original Message- From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2008 9:49 PM To: beginners@perl.org Subject: Re: Passing Variables to Perl through HTTP Wei, Alice J. wrote: > This may be a very dumb question, but I am having the problem of >