in reply to
How to spawn a process in background within Perl+GUI script
system "kghostview fn.ps &";
See
system
.
Comment on
Re: How to spawn a process in background within Perl+GUI script
Download
Code
Replies are listed 'Best First'.
Re^2: How to spawn a process in background within Perl+GUI script
by
vkon
(Curate)
on Apr 13, 2006 at 21:54 UTC
I suspected I overlooked something that simple...
Works perfectly, thanks!
[reply]
In Section
Seekers of Perl Wisdom