This is the command pirlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pirl - A read-eval-print loop in Perl (see Shell::Perl)
SYNOPSIS
pirl
pirl --noornaments
pirl --version
pirl -v
EXAMPLE SESSION
$ pirl
Welcome to the Perl shell. Type ':help' for more information
pirl @> 1+1
2
pirl @> use YAML qw(Load Dump);
()
pirl @> $data = Load("--- { a: 1, b: [ 1, 2, 3] }\n");
{ a => 1, b => [1, 2, 3] }
pirl @> $var = 'a 1 2 3'; $var =~ /(\w+) (\d+) (\d+)/
("a", 1, 2)
pirl @> :q
DESCRIPTION
This script is the command-line interface to "Shell::Perl" which does it all.
By now, read the fine details at "Shell::Perl" documentation.
OPTIONS
--ornaments - turn on terminal ornaments (default)
--noornaments - turn off terminal organments
--version, -v - prints version info and exits with 0
Use pirlp online using onworks.net services