Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^6: Regex help/ Lua parse

by marquezc329 (Scribe)
on Oct 27, 2012 at 18:52 UTC ( [id://1001222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (x = y) {
        print x;
    }
    
  2. or download this
    if (x = y) { print x; }
    
  3. or download this
    if (x = y)
    { print x; }
    
  4. or download this
    if ($Age < 13) && ($Age > 0))
     { 
    ...
    mature enough for PG-13 materials, we’re glad to see 
    you $firstName.";
     }
    
  5. or download this
    if (($Age < 13) && ($Age > 0)) {
        print "content";
    } elsif (($Age < 18) && ($Age > 12)) {
        print "content";
    }
    
  6. or download this
    if (($Age < 13) && ($Age > 0)) {
        print "content";
    ...
    elsif (($Age < 18) && ($Age > 12)) {
        print "content";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found