in reply to "my" variables masking earlier declaration

some Tutorials (in the Variables and Scoping subsection) that may be helpful are Variable Scoping in Perl: the basics and Lexical vs. Package Variables (With a little local thrown in).
  • Comment on Re: "my" variables masking earlier declaration

Replies are listed 'Best First'.
Re^2: "my" variables masking earlier declaration
by pinkybrown (Initiate) on Nov 08, 2007 at 02:35 UTC
    Thanks for the links to the tutorials – I think I now understand what I was doing wrong, and hence why the script wasn't working.