-
-
21 Jan 1999 23:26:43 UTC
- Distribution: File-Cat
- Module version: 1.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (1991 / 0 / 0)
- Kwalitee
Bus factor: 0- 79.59% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.98KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 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.
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@execpc.com>
APOLOGIES TO...
Marc Blank.
SEE ALSO
cat(1)
Module Install Instructions
To install File::Cat, copy and paste the appropriate command in to your terminal.
cpanm File::Cat
perl -MCPAN -e shell install File::Cat
For more information on module installation, please visit the detailed CPAN module installation guide.