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