Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Perlbrew PAR

by swl (Parson)
on Apr 08, 2018 at 21:13 UTC ( [id://1212552]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perlbrew PAR
in thread Perlbrew PAR

Maybe it is working correctly, but something is pointing the module search to your 5.18 installation? Do you have PERL5LIB set in your environment?

What happens if you use the full path to pp? And specify the full path to perl?

/Users/rl/perl5/perlbrew/perls/perl-5.16.3/bin/perl /Users/rl/perl5/pe +rlbrew/perls/perl-5.16.3/bin/pp.pl -M Tk -o TEST2 TKbasic.pl

Another thing to check is to use scandeps.pl to see where pp is looking for modules.

scandeps -B -V TKbasic.pl

Or even pp with the verbose option (use -vvv for maximum verbosity).

pp -v -M Tk -o TEST2 TKbasic.pl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (8)
As of 2024-04-23 17:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found