The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.