Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $parse_tree = $parse->file($data);
    
    print Dumper $parse_tree;
    
  2. or download this
    $VAR1 = undef;
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    my $parse_tree = $parse->file($data);
    
    print Dumper $parse_tree;
    
  4. or download this
    $VAR1 = [
              'file',
    ...
              'foo',
              'bar'
            ];