in reply to ActivePerl w/Tk

I'm not sure that Tk came as standard with ActiveState Perl 5.8.8. However why don't you simply package your apps for your customers using something like pp so they don't have to install Perl, Tk or any other module your apps depend on? See http://par.perl.org.

Replies are listed 'Best First'.
Re^2: ActivePerl w/Tk
by Hengist (Pilgrim) on Jan 27, 2010 at 22:51 UTC

    Thanks, Marto,

    I've bookmarked this for review tomorrow; it may be the answer I need.