Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'banana' => {
    ...
                         'date' => '1231210'
                       }
            };
    
  2. or download this
    use strict;
    use warnings;
    ...
    );
    my $x = $p->parse($text);
    print Dumper $x;