Help for this page

Select Code to Download


  1. or download this
    use Sub::ScopeFinalizer qw( scope_finalizer );
    
    ...
    
       ...
    }
    
  2. or download this
    {
        local *STDOUT = $OLDFH;
        ...
    }