|
|
| Keep It Simple, Stupid | |
| PerlMonks |
How to continue a script after using a system call without the system call has been closedby juo (Curate) |
| on Mar 07, 2001 at 00:08 UTC ( [id://62641]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.juo has asked for the wisdom of the Perl Monks concerning the following question:
Dear all,
I would like to do the following :
system(notepad test.txt);
print "This is a test\n";
Now to get the line "This is a test" I need to close my notepad first.
Is their a way that the script opens the notepad but keep
running the script without that I have to close notepad first.
Thanks,
Pieter
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||