Help for this page

Select Code to Download


  1. or download this
    package STDERR_REDIRECTOR;
    use strict;
    ...
    }    
    
    1;
    
  2. or download this
    STDERR_REDIRECTOR::capture();
    # Do stuff  that writes to STDERR|;
    
    STDERR_REDIRECTOR::release();
    STDERR_REDIRECTOR::showcapture();