in reply to Re: "Use of uninitialized value" even though the value is defined
in thread "Use of uninitialized value" even though the value is defined

You can write the following code below the shebang line:

use strict; use warnings;

Hope this helps!

Sumeet Grover.
  • Comment on Re^2: "Use of uninitialized value" even though the value is defined
  • Download Code

Replies are listed 'Best First'.
Re^3: "Use of uninitialized value" even though the value is defined
by Anonymous Monk on Apr 01, 2011 at 10:06 UTC
    Why, when the code is not strict/warnings compliant?