Re: Passing Variables to Perl through HTTP

2008-07-14 Thread Wolf
Wei, Alice J. wrote: Hi, About the three param's that I am using in my code, all of these are meant to be passed on using GET. My problem is that I am not sure if the reason why http://192.168.10.63/file_linux.php?id=123 prints out something like: Cannot create directory Cannot create direc

Re: Passing Variables to Perl through HTTP

2008-07-14 Thread Gunnar Hjalmarsson
[ Please do not top-post!! ] Wei, Alice J. wrote: About the three param's that I am using in my code, all of these are meant to be passed on using GET. My problem is that I am not sure if the reason why http://192.168.10.63/file_linux.php?id=123 prints out something like: Cannot create directo

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 >

Re: Passing Variables to Perl through HTTP

2008-07-14 Thread Gunnar Hjalmarsson
Wei, Alice J. wrote: 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/

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"