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

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.