GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cat(3) User Contributed Perl Documentation Cat(3)

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

  use File::Cat;

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

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!

  • 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.

Dennis Taylor, <corbeau@execpc.com>

Marc Blank.

cat(1)
1999-01-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.