Perl

Example


require "Runik"

-- Prints "Hello World!"
function say(s) _script.perl
 [[
 $Runik->WriteLn($s.'!');
 ]]
end

say('Hello World')

Note: The ActivePerl installer must be downloaded separately from the official site.