An open API service indexing awesome lists of open source software.

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

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.