in reply to How to spawn a process in background within Perl+GUI script

system "kghostview fn.ps &";

See system.

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!