Run Perl
in the browser
with WebPerl!
Perl code:
無精・短気・傲慢
my $str = "Hello, this is Perl $^V running on your browser. Now is: ". scalar(localtime); print $str; # Perl to JavaScript integration: use WebPerl 'js'; js("console.log(`$str`)"); # see browser's console
Output (stdout):
For more information:
https://webperl.zero-g.net/
https://webperl.zero-g.net/using.html
https://webperl.zero-g.net/democode/index.html
(more online examples)