The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Image::ANSI::Utils - Utility funtions

SYNOPSIS

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

METHODS

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

  • Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

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.