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

Re^2: force storable downgrade usage

by b888 (Beadle)
on Dec 14, 2004 at 16:21 UTC ( [id://414753]=note: print w/replies, xml ) Need Help??


in reply to Re: force storable downgrade usage
in thread force storable downgrade usage

I've already tried to. It doesn't help since storable seems needs some binaries.

Replies are listed 'Best First'.
Re^3: force storable downgrade usage
by osunderdog (Deacon) on Dec 14, 2004 at 16:37 UTC

    Just to get some assumptions out of the way... Have you retrieved the CPAN Storable package, built it and installed it in the local directory? If you're just trying to tweak a .pm and there it has an XS layer then it probably won't work.

    An quick alternative to use lib qw{mydir yourdir}; is to use the command line parameter:

    perl -Imydir -Iyourdir

    If you have installed the package locally you should be able to differentiate between the two versions:

    $perl -MStorable -e" print \$Storable::VERSION" 2.13

    and

    $perl -I./lib -MStorable -e" print \$Storable::VERSION" ?.??

    "Look, Shiny Things!" is not a better business strategy than compatibility and reuse.


    OSUnderdog

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://414753]
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: (3)
As of 2024-04-24 14:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found