in reply to
executing other scripts while printing a webpage
well.. if you're using
system
to call the script, and you're on a unix machine.. you can always make it run in the background with the shell & indicator :
system("foo.pl &");
...
-Syn0
Comment on
Re: executing other scripts while printing a webpage
Download
Code
In Section
Seekers of Perl Wisdom