Help for this page

Select Code to Download


  1. or download this
    package strictandwarnings;
    
    ...
    }
    
    1;
    
  2. or download this
    package strictandwarnings;
    
    ...
      require warnings;
      ${^WARNING_BITS} = warnings->import();
    }