Linux SoftwareProgrammingLibrariesShell::Base 0.05

Shell::Base 0.05


Shell::Base is a generic class to build line-oriented command interpreters. SYNOPSIS package My::Shell; use Shell::Base;
Developer:   Darren Chamberlain
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   25K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Shell::Base is a generic class to build line-oriented command interpreters.

SYNOPSIS

package My::Shell;

use Shell::Base;
use base qw(Shell::Base);

sub do_greeting {
return "Hello!"
}

Shell::Base is a base class designed for building command line programs. It defines a number of useful defaults, simplifies adding commands and help, and integrates well with Term::ReadLine.

After writing several REP (Read-Eval-Print) loops in Perl, I found myself wishing for something a little more convenient than starting with:

while(1) {
my $line = ;
last unless defined $line;

chomp $line;
if ($line =~ /^...

Requirements:
  • Perl
    tags shell  base  

    Download Shell::Base 0.05


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/D/DA/DARREN/Shell-Base-0.05.tar.gz


    Authors software

    EB::Shell::Base 1.01.02 (by Darren Chamberlain)
    EB::Shell::Base is a generic class to build line-oriented command interpreters.

    SYNOPSIS

    package My::Shell;

    use base qw(

    DBD::Google 0.11 (by Darren Chamberlain)
    DBD::Google is a Perl module to treat Google as a datasource for DBI.

    SYNOPSIS

    use DBI;

    my $dbh = DBI->connect("dbi:Goog

    Shell::Base 0.05 (by Darren Chamberlain)
    Shell::Base is a generic class to build line-oriented command interpreters.

    SYNOPSIS

    package My::Shell;

    use Shell::Base;


    Similar software

    Shell::Base 0.05 (by Darren Chamberlain)
    Shell::Base is a generic class to build line-oriented command interpreters.

    SYNOPSIS

    package My::Shell;

    use Shell::Base;

    EB::Shell::Base 1.01.02 (by Darren Chamberlain)
    EB::Shell::Base is a generic class to build line-oriented command interpreters.

    SYNOPSIS

    package My::Shell;

    use base qw(

    EB::Shell::DeLuxe 1.01.02 (by Johan Vromans)
    EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters.

    SYNOPSIS

    package My::Shell;

    use base q

    Term::Shell 0.01 (by Neil Watkiss)
    Term::Shell is a simple command-line shell framework.

    SYNOPSIS

    package MyShell;
    use base qw(Term::Shell);

    sub r

    Term::GDBUI 0.84 (by Scott Bronson)
    Term::GDBUI is a fully-featured shell-like command line environment.

    SYNOPSIS

    use Term::GDBUI;
    my $term = new Term::GDBUI(co

    Term::ShellUI 0.85 (by Scott Bronson)
    Term::ShellUI is a fully-featured shell-like command line environment.

    SYNOPSIS

    use Term::ShellUI;
    my $term = new Term::Sh

    MP3::Find::Base 0.06 (by Peter Eichman)

    Bash 3.2 (by Free Software Foundation)
    Bash is the shell, or command language interpreter, that will appear in the GNU operating system.

    Bash is an sh-compatible shell t

    XSH 2.0.2 (by Petr Pajas)
    xsh is a powerfull command-line XML (DOM) editing tool/programming language in the manner of Unix shell interpreters and line-oriente

    AI::ExpertSystem::Simple 1.2 (by Peter Hickman)
    AI::ExpertSystem::Simple is a simple expert system shell.

    SYNOPSIS

    This class implements a simple expert system shell that read


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags