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