in reply to
Change cgi script to PSGI app
run it in the background
perl -e " system 1, @ARGV " plackup ...
Comment on
Re: Change cgi script to PSGI app
Download
Code
Replies are listed 'Best First'.
Re^2: Change cgi script to PSGI app
by
Anonymous Monk
on Sep 11, 2014 at 07:38 UTC
better luck with
system_detached
[reply]
In Section
Seekers of Perl Wisdom