
Image::ANSI::Utils - Utility funtions

use Image::ANSI::Utils
my $file = create_io_object( file => $file );

Creates an IO::File object or IO::String object.
# for reading...
$file = create_io_object( file => $file, '<' );
$file = create_io_object( handle => $handle, '<' );
$file = create_io_object( string => \$string, '<' );


Copyright 2004-2009 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.