Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    my %hash = split ' ', $slurp;
    
    use Data::Dumper; print Dumper \%hash;
    
  2. or download this
    $VAR1 = {
              'TCONS_00004086' => 'XLOC_002872',
    ...
              'TCONS_00000938' => 'XLOC_000610',
              'TCONS_00004252' => 'XLOC_003003'
            };