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;