Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: XML::Simple throws decode error in encode.pm

by Anonymous Monk
on Aug 04, 2010 at 18:12 UTC ( [id://852932]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    package SIFX;
    use strict;
    ...
        print Dumper($self->{SIFX});
    }
    1;
    
  2. or download this
    my $xml = XML::Simple->new();
    
    my $testSifx = "C:\\Users\\nate\\Desktop\\testSIFX.txt";
    my $sifx = SIFX->new($testSifx);
    print Dumper($sifx);
    

Log In?
Username:
Password:

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

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

    No recent polls found