![]() |
|
"be consistent" | |
PerlMonks |
Re: executing other scripts while printing a webpageby synapse0 (Pilgrim) |
on Jul 30, 2001 at 09:36 UTC ( #100794=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|