Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'Data1' => {
    ...
                         'TIMESTAMP' => '2012-08-04T20:15:04.506-04:00'
                       }
            };
    
  2. or download this
    
    my $val = $config->{'Data1'}->{'DATE'};
    or
    my $val = $config->{'Data1'}->{'Data2'}->{'DATE'};