Help for this page

Select Code to Download


  1. or download this
    my $mySTDOUT = ();
    my $oldSTDOUT = ();
    ...
    my $test = 'this is a test';
    
    print "$test\n";
    
  2. or download this
    *STDOUT = *oldSTDOUT;