Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

XML::Parser

by mirod (Canon)
on Sep 10, 2000 at 20:06 UTC ( #31798=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      eval { $parser->parse };
      if( $@)
        { my $error= $@;
          #cleanup
        }
    
  2. or download this
    my $stored_content='';             # global
    
    sub Start
    ...
        process( $stored_content);     # now it's full
        $stored_content='';            # reset here too
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://31798]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2023-12-07 22:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (33 votes). Check out past polls.

    Notices?