Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

What magic is this?

by Jonathan (Curate)
on Oct 26, 2006 at 12:04 UTC ( [id://580738]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      # Create XML reader object
      my $xs = new XML::Simple();
    
      # Parse XML string
      my $ref = $xs->XMLin($file_str);
    
  2. or download this
    Thu Oct 26 12:47:37 2006 [PID 23309] [critical] Can't use string ("<sa
    +:model xmlns:sa="urn:basel-rb") as a symbol ref while "strict refs" i
    +n use at /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/XML/Parser
    +/Expat.pm line 451.
    
  3. or download this
        $SIG{__WARN__} = \&log_warn;
        $SIG{__DIE__}  = \&log_die;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://580738]
Approved by Corion
Front-paged by grinder
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-28 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found