Hi again.
I have a problem with my perl script.
I want to send data to netscape and also continue the script.
It works fine so long as I just send simpe data like
system("netscape http://www.something.com/");
but when I send the data like this
system("netscape...
Hi
I dont know if this could be done in perl but I will ask anyway.
<FORM ACTION="http://xxx/xxx/xxx.cgi" METHOD="POST">Test:<INPUT NAME="name" SIZE=29>
<INPUT type="hidden" name="code" value="hello_there">
<INPUT TYPE=SUBMIT...
Hi.
I am trying to open up an url in Netscape from my perl script.
I can use
system("netscape 'http://xxxx/xxxxx/&query=test'");
But the code do not countiue after netscape has open up the url.
If I open it up with this code (without the quotes) it will
continue after the execution...
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.