My question is what do I need to do? My situation is, I have a PC and a laptop. I have script written and working on my PC that uses packages GD and Storable. I loaded package GD onto my laptop successfully, which was the only thing I needed to do on my PC. I am pretty sure that both versions of perl are identical, 5.6.1 multi-thread. When I run my script on my laptop I get Storable object version 1.012 does not match $Storable::VERSION 2.04 at C:/Perl/lib/DynaLoader.pm line 225.    Compilation failed in require at ... line 4. which is use Storable;
It has been suggested that I may have multiple versions on my laptop. If so, I would like to know what to do to fix this. Otherwise, could someone help me and give me easy to follow instructions on what I need to do to fix this problem. Thank you and any type of help is greatly appreciated.

Title edit by tye


In reply to "Storable object version 1.012 does not match $Storable::VERSION 2.04" moving script from PC to laptop by stu96art

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.