########################################################################## # # ColorChooser - Martin's Color Chooser for Perl/Tk # ########################################################################## File INSTALL last modified: 10.07.2003 ########################################################################## # # Requirements # ########################################################################## Tk::ColorChooser requires of course Perl, Tk and the perl module Color::Rgb (see http://search.cpan.org) ########################################################################## # # Installation # ########################################################################## You just have to copy the file ColorChooser.pm to the Tk subdir somewhere in your PERLLIB Path: -> cp ColorChooser.pm .../lib/Tk/ You will see the content of your PERLLIB enviroment variable by this command: -> echo $PERLLIB