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


File-Cat documentation  | view source Contained in the File-Cat distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use File::Cat;

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

DESCRIPTION

Top

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

Top

AUTHOR

Top

Dennis Taylor, <corbeau@execpc.com>

APOLOGIES TO...

Top

Marc Blank.

SEE ALSO

Top

cat(1)


File-Cat documentation  | view source Contained in the File-Cat distribution.