Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Is the skip: directive broken in Parse::RecDescent ? [Solved - PEBKAC]

by Hercynium (Hermit)
on Aug 11, 2008 at 21:21 UTC ( [id://703751]=perlquestion: print w/replies, xml ) Need Help??

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'
            ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://703751]
Approved by toolic
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found