GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PIRL(1) User Contributed Perl Documentation PIRL(1)

pirl - A read-eval-print loop in Perl (see Shell::Perl)

    pirl
    pirl --noornaments

    pirl --version
    pirl -v

    pirl -I dir
    pirl -Idir1 -Idir2

    $ 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

This script is the command-line interface to "Shell::Perl" which does it all.

By now, read the fine details at "Shell::Perl" documentation.

    -I dir - add the given directory to @INC

    --ornaments - turn on terminal ornaments (default)
    --noornaments - turn off terminal organments

    --version, -v - prints version info and exits with 0

See Shell::Perl for more documentation.

Copyright (C) 2007–2011 by Adriano R. Ferreira

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2017-05-03 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.