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

Embedded scripting sandbox? Lua?

by cavac (Parson)
on Oct 03, 2011 at 14:00 UTC ( [id://929344]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    // Forward mail to private account on weekend
    if weekday > 5 then
    ...
    else
      email.mailbox = "trash"
    end
    
  2. or download this
    x = 0
    for i = 1, #foo do
        x = x + foo[i]
    end
    return x
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    $L->pop(1);
    $L->close;
    

Log In?
Username:
Password:

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

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

    No recent polls found