Help for this page

Select Code to Download


  1. or download this
    administrator@varunraj ~/scripts
    $ perl ex1.pl
    ...
    r_perl/5.10 /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5
    +.8 /usr/li
    b/perl5/vendor_perl/5.8 .) at ex1.pl line 5.
    BEGIN failed--compilation aborted at ex1.pl line 5.
    
  2. or download this
    #!/usr/bin/perl
    #use strict;
    ...
    my $struct = $simple->XMLin("./xml/exer1.xml", forcearray => 1, keepro
    +ot => 1); 
    
    print Dumper($struct);