Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
        close  $fh or die "Cannot close file '$out': $!";
        select $ofh;                        # Restore old filehandle (STDI
    +N)
    }
    
  2. or download this
    my $str = get($url) or die "Couldn't get it!" unless defined $str;