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
but when I send the data like this
system("netscape
it just open netscape with and then stops.
If I want the script to move on I need to kill netscape a´nd
then it moves on.
It's like my perl process moves to netscape and then when I kill netscape it will move on again.
I hope someone know what to do about this.
Thanks in advance
/FN
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
but when I send the data like this
system("netscape
it just open netscape with and then stops.
If I want the script to move on I need to kill netscape a´nd
then it moves on.
It's like my perl process moves to netscape and then when I kill netscape it will move on again.
I hope someone know what to do about this.
Thanks in advance
/FN