logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"sepl" -- a Term::ReadLine-based Sepia interactive shell.

Author

       Sean O'Rourke, <seano@cpan.org>

       Bug reports welcome, patches even more welcome.

Description

       "sepl" uses Sepia::ReadLine to provide an interactive Perl shell with many of the Sepia features
       available in Emacs, including completion and all shortcuts.  It is not well-tested or frequently used,
       and should be considered experimental.

Name

       "sepl" -- a Term::ReadLine-based Sepia interactive shell.

See Also

       Sepia, Term::ReadLine.

       Most of "Sepia"'s documentation is installed in Emacs' "info" format.  On most systems it can be read
       from the command-line by typing ""info sepia"".

Synopsis

           $ sepl
           Type ",h" for help, or ",q" to quit.
           main @> substr "hello, japh", 7
           'japh'
           main @>

See Also