Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Run-time equivalent of "use Module VERSION"?

by Corion (Patriarch)
on Jul 04, 2014 at 07:50 UTC ( [id://1092256]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > perl -wle "package VersionTest; use vars qw($VERSION); $VERSION=666;
    + package main; print VersionTest->VERSION(666); print VersionTest->VE
    +RSION(667);"
    666
    VersionTest verion 667 required--this is only version 666 at -e line 1
    +.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-20 03:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found