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

NAME

run-loop.pl -- A demo of the Repl::Loop module.

DESCRIPTION

This script is a demo of the Repl::Loop functionality. It shows how to instantiate a REPL, add individual commands and complete command libraries to it and run it.

You probably want to create a similar script, and add your own command libraries that implement your applications functionality.