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
cat FILENAME, FILEHANDLE
Prints FILENAME to FILEHANDLE, or returns false if an error occurred.
cattail FILENAME, FILEHANDLE
Prints FILENAME to FILEHANDLE -- backwards, line by line -- or returns false if an error occurred.
AUTHOR
Dennis Taylor, <corbeau@execpc.com>
APOLOGIES TO...
Marc Blank.
SEE ALSO
cat(1)