Hi.
I am trying to open up an url in Netscape from my perl script.
I can use
system("netscape '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.
system("netscape
My problem is:
What do I need to do to make the script to continue after this code
system("netscape '
Thanks in advance
I am trying to open up an url in Netscape from my perl script.
I can use
system("netscape '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.
system("netscape
My problem is:
What do I need to do to make the script to continue after this code
system("netscape '
Thanks in advance