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

"use"ing different versions of same perl module

by mjoyce (Novice)
on May 06, 2011 at 19:53 UTC ( [id://903439]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BEGIN {
    unshift(@INC,".../sharedlib2.0")
    ...
    use perlmodule;
    
    #call subroutine in perlmodule dependent on sharedlib1.0"
    
  2. or download this
    BEGIN {
    unshift(@INC, ".../sharedlib1.0")
    ...
    sub perlsub {
    #call some function in sharedlib
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found