SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Shell rpm build for : Mageia Cauldron. For other distributions click perl-Shell.

Name : perl-Shell
Version : 0.730.0 Vendor : Mageia_Org
Release : 5.mga9 Date : 2022-03-20 13:28:14
Group : Development/Perl Source RPM : perl-Shell-0.730.0-5.mga9.src.rpm
Size : 0.02 MB
Packager : umeabot < umeabot>
Summary : Run shell commands transparently within perl
Description :
Caveats
This package is included as a show case, illustrating a few Perl
features. It shouldn\'t be used for production programs. Although it
does provide a simple interface for obtaining the standard output of
arbitrary commands, there may be better ways of achieving what you
need.

Running shell commands while obtaining standard output can be done with
the C< qx/STRING/> operator, or by calling C< open> with a filename
expression that ends with C< |>, giving you the option to process one
line at a time. If you don\'t need to process standard output at all,
you might use C< system> (in preference of doing a print with the
collected standard output).

Since Shell.pm and all of the aforementioned techniques use your
system\'s shell to call some local command, none of them is portable
across different systems. Note, however, that there are several built
in functions and library packages providing portable implementations of
functions operating on files, such as: C< glob>, C< link> and C< unlink>,
C< mkdir> and C< rmdir>, C< rename>, C< File::Compare>, C< File::Copy>,
C< File::Find> etc.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Shell-0.730.0-5.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-0.730.0-5.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-0.730.0-5.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-0.730.0-5.mga9.noarch.rpm
     

Provides :
perl(Shell)
perl-Shell

Requires :
perl >= 0:5.006_001
perl(File::Spec::Functions)
perl(Test::More)
perl(constant)
perl(strict)
perl(warnings)
perl-base >= 2:5.34.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Shell
/usr/share/doc/perl-Shell/Changes
/usr/share/doc/perl-Shell/META.json
/usr/share/doc/perl-Shell/META.yml
/usr/share/doc/perl-Shell/MYMETA.yml
/usr/share/doc/perl-Shell/README
/usr/share/man/man3/Shell.3pm.xz
/usr/share/perl5/vendor_perl/Shell.pm

 
ICM