
Sub::Pipe - chain subs with | (pipe)

$Id: Pipe.pm,v 0.1 2009/05/22 06:36:59 dankogai Exp dankogai $

Quick summary of what the module does.
Perhaps a little code snippet.
use Sub::Pipe;
print "dankogai" | joint { uc shift }; # DANKOGAI

joint

joint { ... }
joint(\&sub)
Bless the subroutine to this package so that the overloaded | works.

FUJIWARA Shunichiro <fujiwara at cpan.org>
Dan Kogai, <dankogai at dan.co.jp>

Please report any bugs or feature requests to bug-sub-pipe at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Sub-Pipe. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Sub::Pipe
You can also look for information at:

http://d.hatena.ne.jp/sfujiwara/20090521/1242921474

Copyright 2009 FUJIWARA Shunichiro, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.