Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print header('text/plain');
    print Dumper($foo);
    
  2. or download this
    $foo = XMLin($xml, forcearray => 1);
    
  3. or download this
    $foo = {
     'INFO' => [
    ...
                }
               ]
           };
    
  4. or download this
    if(defined @{$data->{'INFO'}}){
       for my $when(@{$data->{'INFO'}}){
          $lastcheck = $when->{'lastchecked'}
          }
       }