Help for this page

Select Code to Download


  1. or download this
    @input = <FH> # not sure where the input is from
    @list = () # whatever...
    ...
        my $hash = $parser->parse($line);
        # do whatever with $has
    }