Help for this page

Select Code to Download


  1. or download this
    x:\perl\site\lib\My\Tee.pm
    
  2. or download this
    package My::Tee;
    use Tie::Handle;
    ...
    }
    
    1;
    
  3. or download this
    tie *STDxxx, 'My::Tee', '\path\to\logfile';