Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Help Using XML::Parser module

by zakb (Pilgrim)
on Jun 11, 2003 at 12:00 UTC ( [id://265006]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub hdl_start{
          my ($p, $elt, %atts) = @_;
          return unless $elt eq 'message';  # We're only interrested in wh
    +at's said
          $atts{'_str'} = '';
          $message = \%atts; 
      }
    
  2. or download this
    site => 'http://perlmonks.org'
    sitename => 'Perl Monks'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-16 17:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found