Perl 5.14.2 (Tue Feb 4 23:09:53 UTC 2014) [linux panlong 2.6.42-37-generic #58-ubuntu smp thu jan 24 15:28:10 utc 2013 x86_64 x86_64 x86_64 gnulinux ] Type "help;", "copyright;", or "license;" for more information. >>>
It’s not very obvious how to set up the thing though. I installed the module and its dependencies via cpanm, and then created this little snippet in a file called perlthon.pl:
#!/usr/bin/perl use 5.010; use strict; use warnings; use Perl::Shell; Perl::Shell::shell();
Then, the shell started right up.
]]>