Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Data::Dumper;    # for Dumper()
    
  2. or download this
    open my $fh1, '>', "Output by RID.txt" or die "Cannot open output.txt:
    + $!";