Help for this page

Select Code to Download


  1. or download this
    $parser->parse_chunk($summary)
    
  2. or download this
    my $summary = $quake->get("summary");
    print $summary;
    ...
    my $data = $parser->last_chunk();
        my $dd  = $data->get("dd");
        print $dd, "\n";