debian man page for pirl

Query: pirl

OS: debian

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PIRL(1p)						User Contributed Perl Documentation						  PIRL(1p)

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] } "); { 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
SEE ALSO
Shell::Perl
BUGS
Please report bugs via CPAN RT <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Shell-Perl>.
AUTHOR
Adriano R. Ferreira, <ferreira@cpan.org> Caio Marcelo, <cmarcelo@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007aXX2011 by Adriano R. Ferreira This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-03-10 PIRL(1p)
Related Man Pages
pirl(1p) - debian
cpanplus::shell(3) - centos
cpanplus::shell::default::plugins::remote(3) - centos
shell::perl::dumper(3pm) - debian
term::size::any(3pm) - debian
Similar Topics in the Unix Linux Community
problem with mv command
Problem In Shell Script
Shell Script to launch C program
Change Date in Variable
Finding file extension on C Shell script