Help for this page

Select Code to Download


  1. or download this
    
    eval { noisy_sub_or_method() };
    
  2. or download this
    
    open STDERR, '>', File::Spec->devnull();
    noisy_sub_or_method();