Help for this page

Select Code to Download


  1. or download this
    Column_1,Column_2
    Name11,In
    Name21,Out
    Name31,In
    Name41,In
    
  2. or download this
    use Data::Dumper;
    my $infile = file.csv;
    ...
        
         print Dumper(\%hash);
    }