in reply to Re^2: Perl Style: Is initializing variables considered taboo?
in thread Perl Style: Is initializing variables considered taboo?

Why?

Have you ever had a declared array or hash not contain an empty list?

  • Comment on Re^3: Perl Style: Is initializing variables considered taboo?

Replies are listed 'Best First'.
Re^4: Perl Style: Is initializing variables considered taboo?
by shawnhcorey (Friar) on Aug 22, 2010 at 20:08 UTC

    Yes, see my above comment on mod_perl.

      Your comment stems from your misunderstanding of variable scope and how mod_perl works, it is not a bug in mod_perl, its a common pitfall