Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

error in printing output of Data::Dumper to file

by prlusr (Initiate)
on Dec 10, 2012 at 06:30 UTC ( [id://1008056]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $xml = new XML::Simple;
    
    $data1 = $xml->XMLin("sample.xml");
    
    print Dumper($data1);
    
  2. or download this
    open FH5, ">>tagfile1" or die "error in reading..debug 1";
    print FH5 Dumper($data1) or die $!;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 08:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found