The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ptksh+ - Simple perl/Tk shell that uses the Gnu Readline features

SYNOPSIS

    % ptksh+
    ptksh+> $b=$mw->Button(-text=>'hello',-command=>sub{print STDERR 'hello'})
    ptksh+> $b->pack;
    ptksh+> ...
    ptksh+> ^D
    %

DESCRIPTION

This (very) simple perl/Tk shell allows you to enter perl/Tk commands interactively. Additionally it supports command line editing and keeps a history of previously entered commands. It requires Term-Readline-Gnu to be installed.

You can exit ptksh+ with ^D or using your Window Manager 'Close' item.

SEE ALSO

Term::Readline, Term::Readline::Gnu, Tk, perldebug

AUTHOR

Achim Bohnet <ach@mpe.mpg.de>, URL:http://www.xray.mpe.mpg.de/~ach/

Copyright (c) 1996-1997 Achim Bohnet. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.