Re: Problems with Tkx in par package
[email protected] (Roderich Schupp)
| Newsgroups | perl.par |
|---|---|
| Message-ID | <CAC9r9zaPnCNS=vRG5d6mzs-3eQK+WafhgL8Bz+P6FhLgAgPGEg@mail.gmail.com> |
On Sun, Sep 20, 2015 at 11:14 PM, Kevin Walzer <[email protected]> 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