Help for this page

Select Code to Download


  1. or download this
    {
       local $^W = 0;
       call_other_module();
    }
    
  2. or download this
    use if !$ENV{NOWARN}, 'warnings';