Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Random Tips on Parse::RecDescent

by Anonymous Monk
on Apr 27, 2012 at 10:53 UTC ( [id://967587]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Function to cope with multiline comments
    # Must be placed in main section of program
    ...
            $m =~ s/\*\/$//;
            return $text, $m;
     }
    
  2. or download this
        newline: "\n"
            
    ...
                print $return . "\n";
                 $return = ['xcomment',$return];
            }
    
  3. or download this
    /*
        A multiple line
    ...
        
    
    */
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://967587]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-03-28 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found