RE: howto: jump from one sub back to another

2003-02-05 Thread wiggins
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? > >

RE: howto: jump from one sub back to another

2003-02-05 Thread Dan Muey
> > > > Hi! > > > > OK, here goes... > > In the middle of sub2 called from sub1, is it > > possible to jump back to sub1 right after the > > Um, yeah unless you exit or die or something like that in sub2. > > Not really sure where you're headed with this question > but see if you can follo

RE: howto: jump from one sub back to another

2003-02-05 Thread Dan Muey
> Hi! > > OK, here goes... > In the middle of sub2 called from sub1, is it > possible to jump back to sub1 right after the Um, yeah unless you exit or die or something like that in sub2. Not really sure where you're headed with this question but see if you can follow what's happening below

Re: howto: jump from one sub back to another

2003-02-05 Thread Jenda Krynicky
From: "meriwether lewis" <[EMAIL PROTECTED]> > 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? perldoc -f return ? Jenda = [EMAIL PROTECTED] === http://Jenda.Krynicky.cz = When

howto: jump from one sub back to another

2003-02-05 Thread meriwether lewis
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? Thanks! Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]