| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: perl-Shell-Perl | Distribution: Mageia | 
| Version: 0.4.0 | Vendor: Mageia.Org | 
| Release: 5.mga10 | Build date: Fri Jun 27 03:10:43 2025 | 
| Group: Development/Perl | Build host: localhost | 
| Size: 49360 | Source RPM: perl-Shell-Perl-0.4.0-5.mga10.src.rpm | 
| Packager: umeabot <umeabot> | |
| Url: https://metacpan.org/release/Shell-Perl | |
| Summary: Dumpers for Shell::Perl | |
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] }\n");
        { a => 1, b => [1, 2, 3] }
        pirl @> $var = 'a 1 2 3'; $var =~ /(\w+) (\d+) (\d+)/
        ("a", 1, 2)
        pirl @> :q
GPL+ or Artistic
* Fri Jun 27 2025 umeabot <umeabot> 0.4.0-5.mga10 + Revision: 2204583 - Mageia 10 Mass Rebuild
/usr/bin/pirl /usr/share/doc/perl-Shell-Perl /usr/share/doc/perl-Shell-Perl/Changes /usr/share/doc/perl-Shell-Perl/META.json /usr/share/doc/perl-Shell-Perl/META.yml /usr/share/doc/perl-Shell-Perl/MYMETA.yml /usr/share/doc/perl-Shell-Perl/README /usr/share/man/man1/pirl.1.xz /usr/share/man/man3/Shell::Perl.3pm.xz /usr/share/man/man3/Shell::Perl::Dumper.3pm.xz /usr/share/perl5/vendor_perl/Shell /usr/share/perl5/vendor_perl/Shell/Perl /usr/share/perl5/vendor_perl/Shell/Perl.pm /usr/share/perl5/vendor_perl/Shell/Perl/Dumper.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 12:38:27 2025