The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.08 - 2010-09-22

  • Replace horridly complex Lua string escaping with something that just uses Lua's multiline string syntax. http://www.wellho.net/resources/ex.php4?item=u104/mlx
  • Don't mark any strings coming into the program as UTF-8. Just apply binmode() to the filehandles. Garbage in/garbage out.
  • Test UTF-8 output of C programs, and test Lua if we have it

Documentation

Command-line interface App::QuoteCC

Modules

Take a quote file and emit a standalone program that spews a random quote
Read quotes from a fortune(1) file
Read newline delimited quotes
Read quotes from a YAML file with YAML::XS
Emit quotes in C format
Emit quotes in Lua format
Emit quotes in Perl format
A role representing a App::QuoteCC input format
A role representing a App::QuoteCC output format