Package : perl-Shell-Perl > RPM : perl-Shell-Perl-0.2.300-5.mga6.src.rpm

Basic items

Name perl-Shell-Perl
Version 0.2.300
Release 5.mga6
URL http://search.cpan.org/dist/Shell-Perl
Group Development/Perl
Summary Dumpers for Shell::Perl
Size 17KB
Arch noarch
License GPL+ or Artistic

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 @> 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

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 09:30:41
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie