Help for this page

Select Code to Download


  1. or download this
    use warnings FATAL => 'all';
    
  2. or download this
    {
      # we actually want to treat undefs as empty strings, just easier tha
    +t
    ...
      no warnings 'uninitialized';
      ... # code that might use undefs legitimately goes here
    }