This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)
Copyright 1987-2005, Larry Wall
Binary build 813 [148120] provided by ActiveState http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Jun 6 2005 13:36:37
####
C:\Perl\bin>perl -MPAR -e"print $PAR::VERSION"
0.89
####
use Tk;
use Tk::TextUndo;
(tkinit)->Scrolled('TextUndo')->pack;
MainLoop;
####
C:\Perl\bin>pp -o ple.exe pledit.pl
####
C:\Perl\bin>.\ple.exe
Can't load 'C:\DOCUME~1\SAUOQ~1.LOA\LOCALS~1\Temp\par-Sauoq\cache-1129323134\7
e4f5644.dll' for module Encode: load_file:The specified procedure could not be found at D:/Perl58/lib/DynaLoader.pm line 229.
at ../blib/lib/PAR/Heavy.pm line 107
Compilation failed in require at Tk.pm line 21.
BEGIN failed--compilation aborted at Tk.pm line 21.
Compilation failed in require at script/pledit.pl line 1.
BEGIN failed--compilation aborted at script/pledit.pl line 1.