Hi,
In my cgi script, I want to do telnet or rsh to some different host and run the commands on that host. How do I do that?
e.g. In my CGI script, there is one function called removeCase -
sub removeCase
{
01 I_WANT_TO_GO_TO_ONE_HOST;(want to do telnet/rsh)
02...
I want to pass an array from CGI perl form and accept that array as a command line argument in other file. How do I do that?
My code below:
in CGI script I am calling some perl script with 4 parameters.
e.g. sample.pl var1 var2 var3 array
Now, in my sample.pl, how do I accept the 4th param?
I...
Hi, While using XML-DOM-Parser's parsefile method, I am getting following errors on my scrren.. how do i get rid of it?
see my code below:
use XML::DOM;
my $dom = new XML::DOM::Parser;
my $doc = $dom->parsefile("some file name");
Errors I get:
The is_defaulted method no longer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.