in reply to nested subroutines

Thanks, Elian - that's exactly what I needed to know. And Nkuvu, it was suggested to me by one of my colleagues that I just make it another sub (not nested). I'm think that would work, but 1) I always want to learn something new and 2) I wanted to make this sub more cohesive and less coupled to the rest of the script, just because that's the way I best understand code.

Replies are listed 'Best First'.
Re: Re: nested subroutines
by Nkuvu (Priest) on Jun 19, 2003 at 20:00 UTC
    That's perfectly understandable, and commendable. I just wasn't sure if it was a requirement on the part of the code, or the module, or your own style...