Help for this page
package MyShell; ... my $shell = MyShell->new; $shell->cmdloop;
use Term::ReadLine; ... exit if /exit/ or /quit/; print $_, "\n"; }