Help for this page

Select Code to Download


  1. or download this
    my $obj = new Parser();
    $obj->parse;
    print "$_\n" for @{$$obj{_data}};
    
  2. or download this
    package Parser;
    our $ref;
    ...
       $parser->start($$self{str})
       ...
    }