| IO-Cat documentation | view source | Contained in the IO-Cat distribution. |
IO::Cat - Object-oriented Perl implementation of cat(1)
require IO::Cat; my $meow = new IO::Cat '/etc/motd'; $meow->cat( \*STDOUT, \*STDERR ) or die "Can't cat /etc/motd: $!";
IO::Cat provides an intuitive, scalable, encapsulated interface to the common task of printing to a filehandle. Use it a few times, and you'll never know how you lived without it!
Dennis Taylor, <corbeau@execpc.com>
cat(1) and the File::Cat module.
| IO-Cat documentation | view source | Contained in the IO-Cat distribution. |