in reply to Re^5: making tcl.pm and Tcl movable
in thread making tcl.pm and Tcl movable
Hi Land
I add it this way
BEGIN { my $frameworkpath; $frameworkpath = "$Bin/Frameworks/Tcl.framework/Tcl"; $ENV{'PERL_TCL_DL_PATH'} = $frameworkpath; }
it is not in $ENV{PATH}, as tcl.pm reads $ENV{'PERL_TCL_DL_PATH'}, am I right? Frameworks are in the same folder as the script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: making tcl.pm and Tcl movable
by Anonymous Monk on Nov 19, 2018 at 23:56 UTC |