| Name: | perl-Shell |
|---|---|
| Version: | 0.73 |
| Release: | 29.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 14006 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Shell-0.73-29.el8.noarch.rpm |
| Source RPM: | perl-Shell-0.73-29.el8.src.rpm |
| Build Date: | Wed Feb 19 2025 |
| Build Host: | build-ol8-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Shell |
| Summary: | Run shell commands transparently within perl |
| Description: | Using Shell while importing "foo" creates a subroutine "foo" in the name space of the importing package. Calling "foo" with arguments "arg1", "arg2", ... results in a shell command "foo arg1 arg2...", where the function name and the arguments are joined with a blank. This package is included as a show case, illustrating a few Perl features. It shouldn't be used for production programs. |