Name : perl-Shell-Perl
| |
Version : 0.2.300
| Vendor : (none)
|
Release : 6pclos2017
| Date : 2017-07-13 05:33:19
|
Group : Development/Perl
| Source RPM : perl-Shell-Perl-0.2.300-6pclos2017.src.rpm
|
Size : 0.05 MB
| |
Packager : bb2 < bb2>
| |
Summary : Dumpers for Shell::Perl
|
Description :
This is the implementation of a command-line interpreter for Perl. I wrote this because I was tired of using B< irb> when needing a calculator with a real language within. Ah, that and because it was damn easy to write it.
This module is the heart of the B< pirl> script provided with B< Shell-Perl> distribution, along with this module.
EXAMPLE SESSION $ pirl Welcome to the Perl shell. Type \':help\' for more information
pirl AATT> 1+1 2
pirl AATT> use YAML qw(Load Dump); ()
pirl AATT> $data = Load(\"--- { a: 1, b: [ 1, 2, 3] }\ \"); { a => 1, b => [1, 2, 3] }
pirl AATT> $var = \'a 1 2 3\'; $var =~ /(\\w+) (\\d+) (\\d+)/ (\"a\", 1, 2)
pirl AATT> :q
|
RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64 |