Help for this page

Select Code to Download


  1. or download this
    $ cat pm_1231805_to_hash.pl
    #!/usr/bin/perl -w
    ...
                             'first_name' => 'Joe'
                           }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
    };
    $xmlDoc->fromHash($data);
    print $xmlDoc->toString();