Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

XML::Simple oddness

by lindex (Friar)
on May 16, 2001 at 06:33 UTC ( [id://80790]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <root>
      <ROW>
    ...
      </ROW>
    ...
    </root>
    
  2. or download this
    use XML::Simple;
    my($xmlstring)=<>;
    my($xmlObj)=XML::Simple->new(noattr=>1);
    my($dataref)=$xmlObj->XMLin($xmlstring);
    
  3. or download this
    my($xmlstring)=$r->param('xmlString');
    
  4. or download this
    Can't use string (" barba") as a symbol ref while "strict
    refs" in use at /usr/local/lib/perl5/site_perl/5.6.1/i586
    linux/XML/Parser/Expat.pm line 456.
    
  5. or download this
          eval {
            $ioref = *{$arg}{IO};
          };
          undef $@;
    

Log In?
Username:
Password:

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

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

    No recent polls found