Image::ANSI::Utils - Utility funtions


Image-ANSI documentation  | view source Contained in the Image-ANSI distribution.

Index


NAME

Top

Image::ANSI::Utils - Utility funtions

SYNOPSIS

Top

	use Image::ANSI::Utils

	my $file = create_io_object( file => $file );

METHODS

Top

create_io_object( %options, $perms )

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, '<' );

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


Image-ANSI documentation  | view source Contained in the Image-ANSI distribution.