in reply to Re^2: Problems with Variable Scope in Perl
in thread Problems with Variable Scope in Perl

Yes, saving the @SCOPclass array is intentional.

... and so the fact that you never use the saved values would seem to be unintentional?

  • Comment on Re^3: Problems with Variable Scope in Perl

Replies are listed 'Best First'.
Re^4: Problems with Variable Scope in Perl
by Anonymous Monk on Nov 05, 2008 at 15:53 UTC

    I have saved the @SCOPclass array but I am still figuring out what I want to do with it in the scope of my work! So yes, saving the values is intentional, but where I want to output the variable and how I want to use the saved values remains unintentional :)