Help for this page

Select Code to Download


  1. or download this
    Script #1
    #!/usr/bin/perl -w
    ...
       }
    }
    
  2. or download this
    Script #2
    #! usr/bin/perl
    ...
    open (OUT, '>', $destination) or die "Can't write to file $destination
    + : $!\n";
    print OUT @ref;
    close OUT;