Acme::AsciiArtinator

Embed Perl code in ASCII artwork
Download

Acme::AsciiArtinator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marty O'Brien
  • Publisher web site:
  • http://search.cpan.org/~mob/

Acme::AsciiArtinator Tags


Acme::AsciiArtinator Description

Embed Perl code in ASCII artwork Acme::AsciiArtinator is a module that embeds Perl code (or at least gives it a good college try) into a piece of ASCII artwork by replacing the non-whitespace (we'll refer to non-whitespace a lot in this document, so let's just call it darkspace for convenience) characters of an ASCII file with the characters of a Perl script. If necessary, the code is modified (padded) so that blocks of contiguous characters (keywords, quoted strings, alphanumeric literals, etc.) in the code are aligned with at least the minimum number of contiguous darkspace characters in the artwork.SYNOPSIS use Acme::AsciiArtinator; asciiartinate( { art_file => "ascii.file", code_file => "code.pl", output => "output.pl" } ); Requirements: · Perl


Acme::AsciiArtinator Related Software