NAME 

ptksh - Perl/Tk script to provide a graphical user interface for testing Perl/Tk commands and scripts.

SYNOPSIS 

  % ptksh  ?scriptfile?
  ... version information ...
  ptksh> $b=$mw->Button(-text=>'Hi',-command=>sub{print 'Hi'})
  ptksh> $b->pack
  ptksh> o $b
  ... list of options ...
  ptksh> help
  ... help information ...
  ptksh> exit
  %