Help for this page

Select Code to Download


  1. or download this
    # eliminate warnings about uninitialized values
    $SIG{__WARN__} = sub { warn @_ unless $_[0] =~ /Use of uninitialized v
    +alue/};
    
  2. or download this
      Warnings and Strict
    
    ...
        "use P5EE" you are disabling that warning in your code, too, and
        you don't need to worry about them.