The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

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

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use Sub::Pipe;
    print "dankogai" | joint { uc shift }; # DANKOGAI

EXPORT

joint

FUNCTIONS

joint

  joint { ... }
  joint(\&sub)

Bless the subroutine to this package so that the overloaded | works.

AUTHOR

FUJIWARA Shunichiro <fujiwara at cpan.org>

Dan Kogai, <dankogai at dan.co.jp>

BUGS

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.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Sub::Pipe

You can also look for information at:

ACKNOWLEDGEMENTS

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

COPYRIGHT & LICENSE

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.