Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: "symbol lookup error" message help

by Anonymous Monk
on Feb 05, 2023 at 19:37 UTC ( [id://11150191]=note: print w/replies, xml ) Need Help??


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

See "perldoc version" (version on the CPAN).

perl -le 'print $]'
5.026003
perl -le 'print $^V'
v5.26.3
perl -Mversion -le 'print version->parse("5.026003")->normal'
v5.26.3
perl -Mversion -le 'print version->declare("v5.26.3")->numify'
5.026003

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found