EB::Shell::DeLuxe

EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters.
Download

EB::Shell::DeLuxe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Vromans
  • Publisher web site:
  • http://search.cpan.org/~jv/mmds-1.902/MMDS/Properties.pm

EB::Shell::DeLuxe Tags


EB::Shell::DeLuxe Description

EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters. EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters.SYNOPSIS package My::Shell; use base qw(EB::Shell::DeLuxe); sub do_greeting { return "Hello!" }EB::Shell::DeLuxe is a base class designed for building command line programs. It inherits from EB::Shell::Base.FeaturesEB::Shell::DeLuxe extends EB::Shell::Base with the following features:Reading commands from filesThis implements batch processing in the style of "sh < commands.sh".All commands are read from the standard input, and processing terminates after the last command has been read.Commands read this way can be backslash-continued.Single command executionThis implements command execution in the style of "sh -c 'command'".One single command is executed. Requirements: · Perl


EB::Shell::DeLuxe Related Software