NAME
OP::Shell
DESCRIPTION
Interactive Perl 5 shell (experimental)
SYNOPSIS
use OP::Shell;
my $shell = OP::Shell->new();
$shell->run();
BUGS
Source filtering syntax does not work in interactive mode.
SEE ALSO
This file is part of OP.
OP::Shell
Interactive Perl 5 shell (experimental)
use OP::Shell;
my $shell = OP::Shell->new();
$shell->run();
Source filtering syntax does not work in interactive mode.
This file is part of OP.