On Oct 19, 2007, at 9:33 AM, Eric Wilhelm wrote:


   my $lookup_tables = {
       'LookupTables/Colors.txt' =>
        "$support_files_install_dir/Colors.txt",
       'LookupTables/Smells.txt' =>
        "$support_files_install_dir/Colors.txt",
   };

Typo?

Yeah, sorry for the confusion. Should be, of course:

   my $lookup_tables = {
       'LookupTables/Colors.txt' =>
        "$support_files_install_dir/Colors.txt",
       'LookupTables/Smells.txt' =>
        "$support_files_install_dir/Smells.txt",
   };


-------------------------------------------------------
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/  - http://www.eigenstate.net/



Reply via email to