in reply to return values are undef after return

After it is return's is the @DBread empty'd? This is a more academic question more than a practical one

Its probably empty, see Mini-Tutorial: Perl's Memory Management

  • Comment on Re: return values are undef after return

Replies are listed 'Best First'.
Re^2: return values are undef after return
by perlaintdead (Scribe) on Dec 26, 2012 at 11:29 UTC
    so after reading that tut i am confuzzled as to whether i should be undef'ing the array or any variables in general
        but after you return all the code after is ignored