On Sun, Sep 20, 2015 at 11:14 PM, Kevin Walzer <k...@codebykevin.com> wrote:

>       my $frameworkpath = "$Bin/Tcl/bin/tcl86.dll";


The value of $FindBin::Bin is probably not what you think it is: it's the
directory containing the packed executable, not the directory in the cache
area that contains the unpacked script.
Instead, you want to derive the location of tcl86.dll from  $ENV{PAR_TEMP}
which is the top level cache directory,

Cheers, Roderich

Reply via email to