Help for this page

Select Code to Download


  1. or download this
    <DATA>
      <DATA1>
    ...
        </DATA2>
      </DATA1>
    </DATA>
    
  2. or download this
    use strict;
    use warnings;
    ...
    print Dumper($config) # this prints out parsed xml
    
    print $config->{DATA1}->{DATA2}->{DATE-NOW}, ".\n";