Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: "symbol lookup error" message help

by Special_K (Monk)
on Jan 31, 2023 at 22:20 UTC ( [id://11150059]=note: print w/replies, xml ) Need Help??


in reply to Re^3: "symbol lookup error" message help
in thread "symbol lookup error" message help

Given a directory where perl modules are already installed (ex: /home/user_foo/perl_modules/lib/perl5 from my original message), how do I determine what version of perl was used to install them?

Replies are listed 'Best First'.
Re^5: "symbol lookup error" message help
by Anonymous Monk on Feb 01, 2023 at 05:37 UTC
    Use Module::Metadata (core) to examine the path:
    /usr/bin/perl -MModule::Metadata -le 'print Module::Metadata->find_mod +ule_by_name("Class::Struct")'
    /System/Library/Perl/5.18/Class/Struct.pm

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-25 15:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found