Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Shell-Perl-0.4.0-3.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: perl-Shell-Perl Distribution: Mageia
Version: 0.4.0 Vendor: Mageia.Org
Release: 3.mga8 Build date: Wed Feb 12 14:49:51 2020
Group: Development/Perl Build host: localhost
Size: 50132 Source RPM: perl-Shell-Perl-0.4.0-3.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/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

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.4.0-3.mga8
  + Revision: 1506180
  - Mageia 8 Mass Rebuild
* Thu Sep 20 2018 umeabot <umeabot> 0.4.0-2.mga7
  + Revision: 1285992
  - Mageia 7 Mass Rebuild

Files

/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, Tue Apr 9 16:03:47 2024