Help for this page

Select Code to Download


  1. or download this
    A,B*,item2,,
    A,B*item1,,,
    A,B*,,,item4
    C,D*item1,,,
    C,D*,,item3,
    
  2. or download this
    sub merge {
          open(INFILE, "test.put");
    ...
      close INFILE;
      print Dumper(\%data);
    }
    
  3. or download this
    $VAR1 = {
              'C,D' => {
    ...
                         'item1,,,' => 1
                       }
            };
    
  4. or download this
    C,D,item1,,item3,
    A,B,item1,item2,,item4