#!/usr/bin/env perl use Sepia::ReadLine; use Getopt::Long; sub usage { print STDERR < \&usage, version => sub { print STDERR "Sepia version $Sepia::VERSION.\n"; exit }, ) or usage; repl(); print "\n"; __END__ =head1 NAME C -- a Term::ReadLine-based Sepia interactive shell. =head1 SYNOPSIS $ sepl Type ",h" for help, or ",q" to quit. main @> substr "hello, japh", 7 'japh' main @> =head1 DESCRIPTION C uses L to provide an interactive Perl shell with many of the L features available in Emacs, including completion and all shortcuts. It is not well-tested or frequently used, and should be considered experimental. =head1 SEE ALSO L, L. Most of C's documentation is installed in Emacs' C format. On most systems it can be read from the command-line by typing "C". =head1 AUTHOR Sean O'Rourke, Eseano@cpan.orgE Bug reports welcome, patches even more welcome. =head1 COPYRIGHT Copyright (C) 2010-2011 Sean O'Rourke. All rights reserved, some wrongs reversed. This module is distributed under the same terms as Perl itself. =cut