Help for this page

Select Code to Download


  1. or download this
    use Text::xSV;
    
    ...
    while (my $row_ref = $parser->get_row) {
        $data{ $row_ref->[1] } = $parser->extract_hash;
    }
    
  2. or download this
    use Text::xSV;
    
    ...
    while (my $row_ref = $parser->get_row) {
        $data{ $row_ref->[1] } = $parser->extract_hash;
    }