in reply to Referring to another perl script....

Maybe I am mis-reading what you are trying to do, but are you trying to have one CGI script call another perl script, and have the first CGI script finish while the other perl script does all of the number crunching?

In other words, foo.cgi starts bar.pl, and foo.cgi finishes right away, but bar.pl still continues doing stuff?
  • Comment on Re: Referring to another perl script....

Replies are listed 'Best First'.
Re: Re: Referring to another perl script....
by Alex (Initiate) on May 06, 2003 at 17:33 UTC
    DStotten

    Ummm.... yeah :) Why is that not possible?

    By the way, what's with all this 'foo' stuff. I find constant references to it within the perl documentation and throuhout many other places as well. Is it some kind of fond reference to something?

    Just curious.

    Thanks
    Alex