Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    
        print { $fhs{$first} } $rest;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    
        $fh->print($rest);
    }