Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^6: making tcl.pm and Tcl movable

by Anonymous Monk
on Nov 19, 2018 at 23:54 UTC ( [id://1226038]=note: print w/replies, xml ) Need Help??


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

    Please also note that I have not instructed tcl.pm - while installing it - of the existence of these frameworks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1226038]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found