Perl::Visualize version 1.00 ============================ Perl::Visualize generates GIF/Perl polyglots. A polyglot is a program that can be validly executed by multiple interpreters. Usually, polyglots are written in multiple *programming* languages - Perl::Visualize is slightly different in that one of the languages being generated is GIF - a format ordinarily used to encode images. See perldoc for Perl::Visualize for more information. SYNOPSIS # In program use Perl::Visualize qw/etch paint/; etch "larry.gif", "larrysig.gif", 'print "This is Larry Wall\n"'; etch "nagra.gif", "nagraview.gif", 'exec "/usr/bin/display $0"'; paint "damian.gif", "poetic-damian.gif", < AVAILABILITY Perl::Visualize has been uploaded to the CPAN and is also available from http://www.cs.auckland.ac.nz/~jas/downloads/Perl-Visualize.tar.gz COPYRIGHT AND LICENCE Copyright (c) 2003, Jasvir Nagra. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)