Help for this page

Select Code to Download


  1. or download this
    open (BINFILE, $binaryfile) or die "Cannot open $binaryfile\n";
        my @lines;
        while (<BINFILE>) {
    ...
        }
    print Dumper (\%bin_file_data);    
        close BINFILE;
    
  2. or download this
    $VAR1 = {
              'sampname1' => 1032,
              'sampname2' => 1032,
            };