File::Cat(3pm) - phpMan

Command: man perldoc info search(apropos)  


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



NAME
       File::Cat - Perl implementation of cat(1)

SYNOPSIS
         use File::Cat;

         cat ('/etc/motd', \*STDOUT)
               or die "Can't cat /etc/motd: $!";

DESCRIPTION
       File::Cat is a module of adventure, danger, and low cunning. With it, you will explore
       some of the most inane programs ever seen by mortals. No computer should be without one!

FUNCTIONS
       o   cat EXPR, FILEHANDLE

           Copies data from EXPR to FILEHANDLE, or returns false if an error occurred.  EXPR can
           be either an open readable filehandle or a filename to use as input.

       o   cattail EXPR, FILEHANDLE

           Prints EXPR to FILEHANDLE -- backwards, line by line -- or returns false if an error
           occurred. Again, EXPR can be either a filehandle or a filename.

AUTHOR
       Dennis Taylor, <corbeau AT execpc.com>

APOLOGIES TO...
       Marc Blank.

SEE ALSO
       cat(1)



perl v5.10.0                                1999-01-21                                   Cat(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 03:34 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!