NAME
OP::Shell - Experimental interactive Perl 5 shell
SYNOPSIS
use OP::Shell;
my $shell = OP::Shell->new();
$shell->run();
A wrapper script, opsh
, is included with this distribution.
BUGS
Source filtering syntax does not work in interactive mode.
SEE ALSO
This file is part of OP.