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

NAME

pl - A Perl repl for running Perl commands interactively on the command line

SYNOPSIS

    pl

OPTIONS

-h

Help text.

DESCRIPTION

This is a command for running Perl statements interactively. You type a command and then the program prints the results. If the result is a reference (array, hash, blessed hash, etc.) it will print it out using Data::Dumper. It uses the RL module (readline) for typed user input.

It saves history in the file ~/.pl_history.

SPECIAL COMMANDS

q

Quits program.