Harry Putnam wrote:
> "Charles K. Clarkson" <[EMAIL PROTECTED]> writes:
>
> > HTH,
>
> Definitely and thanks for the examples. I think I was making this
> more complicated that it needed to be. It's slowly sinking in what
> all a `return' can do.
Hi Harry,
Glad Charles got you squared away. I
"Charles K. Clarkson" <[EMAIL PROTECTED]> writes:
> HTH,
Definitely and thanks for the examples. I think I was making this
more complicated that it needed to be. It's slowly sinking in what
all a `return' can do.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
Harry Putnam <[EMAIL PROTECTED]> wrote:
:
: "Charles K. Clarkson" <[EMAIL PROTECTED]> writes:
: > Harry Putnam <[EMAIL PROTECTED]> wrote:
:
: [...]
:
: Wants to exit a while loop inside a File::Find \&wanted
: sub routine. Is exiting the while loop sufficient.. or
: does one need to exit from t
"Charles K. Clarkson" <[EMAIL PROTECTED]> writes:
> Harry Putnam <[EMAIL PROTECTED]> wrote:
[...]
Wants to exit a while loop inside a File::Find \&wanted sub routine.
Is exiting the while loop sufficient.. or does one need to exit from
the current file being offered by `sub find()'
> : So using
Harry Putnam <[EMAIL PROTECTED]> wrote:
:
: I'm using a next LABEL inside a File::Find
: sub wanted {...} loop
:
: It is further buried in a while loop inside the
: `sub wanted()'
:
: The while loop is while () on the most recent
: found file. I want this `next LABEL' to bring on a
: new file..
I'm using a next LABEL inside a File::Find
sub wanted {...} loop
It is further buried in a while loop inside the `sub wanted()'
The while loop is while () on the most recent found file. I
want this `next LABEL' to bring on a new file... not a new line in
while loop.
So using the `next LABEL' t