https://github.com/chocolateboy/shell-autobox
Pipe Perl values through shell commands
https://github.com/chocolateboy/shell-autobox
autobox cpan cpan-module ipc perl-module shell
Last synced: 6 months ago
JSON representation
Pipe Perl values through shell commands
- Host: GitHub
- URL: https://github.com/chocolateboy/shell-autobox
- Owner: chocolateboy
- License: artistic-2.0
- Created: 2018-03-11T05:22:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T20:37:36.000Z (over 5 years ago)
- Last Synced: 2025-02-01T22:17:20.564Z (over 1 year ago)
- Topics: autobox, cpan, cpan-module, ipc, perl-module, shell
- Language: Perl
- Homepage: http://search.cpan.org/dist/Shell-Autobox/
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE.md
Awesome Lists containing this project
README
Shell-Autobox version 2.0.1
==========================
Shell::Autobox - pipe Perl values through shell commands
Shell::Autobox provides an easy way to pipe Perl values through shell commands.
Commands passed as arguments to the `use Shell::Autobox` statement are
installed as subroutines in the calling package, and that package is then
registered as the handler for methods called on strings, numbers or arrayrefs.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
autobox
IPC::Run3
version
COPYRIGHT AND LICENCE
Copyright (c) 2005-2021 by chocolateboy.
This is free software; you can redistribute it and/or modify it under the
terms of the Artistic License 2.0.