Help for this page

Select Code to Download


  1. or download this
    use if ! $MODE eq 'PRODUCTION', warnings;
    
  2. or download this
    { 
      no warnings 'warning type'; 
      # Code that generated the useless warning here 
    }