IO::Cat - Object-oriented Perl implementation of cat(1)


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

Index


NAME

Top

IO::Cat - Object-oriented Perl implementation of cat(1)

SYNOPSIS

Top

  require IO::Cat;

  my $meow = new IO::Cat '/etc/motd';
  $meow->cat( \*STDOUT, \*STDERR )
	or die "Can't cat /etc/motd: $!";

DESCRIPTION

Top

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!

METHODS

Top

AUTHOR

Top

Dennis Taylor, <corbeau@execpc.com>

SEE ALSO

Top

cat(1) and the File::Cat module.


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