App-Rad-Plugin-ReadLine

 view release on metacpan or  search on metacpan

example/01-myapp  view on Meta::CPAN

#! /usr/bin/perl
use warnings; use strict;             # boring
use lib qw[ lib ];                    # boring
use App::Rad::Plugin::ReadLine::Demo; # boring
use App::Rad qw[ ReadLine ];
App::Rad->run();
sub turtles :Help('do it in the shell'){
    my $c = shift;
    $c->shell({
        GreetWithCommand => '',  # use what App::Rad decides is the default
        ShellPrompt => 'c/,,\\'  # ascii turtle for the prompt
    });
}



( run in 0.699 second using v1.01-cache-2.11-cpan-6aa56a78535 )