![]() |
|
Just another Perl shrine | |
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 05:08 UTC ( #62641=perlquestion: print w/replies, xml ) | Need Help?? |
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
|
|