Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
                                                                          
    +          
    ...
                                                                          
    +          
                                                                          
    +          
    $parser->parse($the_file);
    
  2. or download this
    #!/usr/bin/perl
     
    ...
        push @{$self->{_private}->{text}}, $text;
    }