Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Dereferencing a hashref from XML::Simple

by helgi (Hermit)
on Jul 28, 2006 at 10:40 UTC ( [id://564315]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $file_url{file1.exe} = 'http://server.domain/file1.exe';
    $file_url{file2.zip} = 'http://server.domain/file2.zip';
    
  2. or download this
    use warnings;
    use strict;
    ;
    ...
    my $ref = XMLin($xml, forcearray => [ qw(files) ], keyattr => [] );
    
    print Dumper($ref);
    

Log In?
Username:
Password:

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

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

    No recent polls found