Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/perl -w
    
    ...
      my ($self,$text) = @_;
      $self->{TEXT} .= $text;
    }
    
  2. or download this
    sub start_handler
      {
    ...
      $p->handler( start => \&start_handler, "tagname,self");
      $p->parse_file(shift || die) || die $!;
      print "\n";