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

NAME

reverse - an application built using Navegante

SYNOPSIS

Build the application:

  $ navegante examples/reverse

Use the newly created file reverse as a CGI.

DESCRIPTION

This application behaves as a CGI and it reverses the content being browsed. The specific DSL section is:

  cginame(./reverse)
  formtitle(Read Everything Backwards)
  proc(reverseFunction)
  desc(reverseDesc)
  quit(exitFunction)

FUNCTIONS

exitFunction

The function that is called when the user follows the link to leave the application. This is defined in the DSL by the quit statement.

reverseDesc

This function is prints the description of the create application. This is defined in the DSL by the desc statement.

reverseFunction

This is the function used to actually process the conten. This is defined in the DSL by the proc statement.

XXX - _loadit

AUTHOR

Nuno Carvalho, smash@cpan.org

SEE ALSO

TODO