------------------------------------------------
On Wed, 5 Feb 2003 13:59:08 -0600, "meriwether lewis" <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> OK, here goes...
> In the middle of sub2 called from sub1, is it 
> possible to jump back to sub1 right after the 
> call to sub2 so sub1 can complete?
> 
>

I took this in a slightly different way than the other posters who suggested 'return', 
etc., are you trying to have sub2 called, then immediately return to sub1 *while* sub2 
continues to process???

In this case, you may want to have a look to:

perldoc -f fork
perldoc -f wait
perldoc -f waitpid
perldoc perlipc (etc.)

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to