Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

isbn13(3pm) [debian man page]

ISBN13(3pm)						User Contributed Perl Documentation					       ISBN13(3pm)

NAME
Business::ISBN13 - work with 13 digit International Standard Book Numbers SYNOPSIS
See Business::ISBN DESCRIPTION
See Business::ISBN SOURCE AVAILABILITY
This source is in Github. http://github.com/briandfoy/business--isbn/tree/master AUTHOR
brian d foy "<bdfoy@cpan.org>" COPYRIGHT AND LICENSE
Copyright (c) 2001-2009, brian d foy, All Rights Reserved. You may redistribute this under the same terms as Perl itself. perl v5.10.0 2009-01-25 ISBN13(3pm)

Check Out this Related Man Page

Test::Output::Tie(3pm)					User Contributed Perl Documentation				    Test::Output::Tie(3pm)

NAME
Test::Output::Tie - module used by Test::Output to tie STDERR and STDOUT DESCRIPTION
You are probably more interested in reading Test::Output. This module is used to tie STDOUT and STDERR in Test::Output. Methods TIEHANDLE The constructor for the class. PRINT This method is called each time STDERR or STDOUT are printed to. PRINTF This method is called each time STDERR or STDOUT are printed to with "printf". FILENO BINMODE read This function is used to return all output printed to STDOUT or STDERR. AUTHOR
Currently maintained by brian d foy, "bdfoy@cpan.org". Shawn Sorichetti, "<ssoriche@cpan.org>" SOURCE AVAILABILITY
This module is in Github: http://github.com/briandfoy/test-output/tree/master COPYRIGHT &; LICENSE Currently maintained by brian d foy, "bdfoy@cpan.org". Copyright 2005-2008 Shawn Sorichetti, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. ACKNOWLEDGMENTS
This code was taken from Test::Simple's TieOut.pm maintained Michael G Schwern. TieOut.pm was originally written by chromatic. Thanks for the idea and use of the code. perl v5.10.1 2011-04-22 Test::Output::Tie(3pm)
Man Page