"Is it possible to upgrade from 5.6 to 5.16 with the same dll files?"

That's quite the jump, but to answer your question, no this isn't going to work. I suggest you use autobundle from cpan to generate a bundle of your current modules used by 5.6. You can then inspect this bundle, editing if it required, and use it to install the modules you need in your new distribution. Note if you're using a perl as old as 5.6 the modules you're using may be very old too. You should check them for significant changes.

"I wanted to use the same perl for 64 bit machine as wel. Is it possible to use single perl for both 32 & 64 bit machine?"

In this case you'd have to use a 32bit Perl, as a 64bit Perl won't work on a 32bit operating system.


In reply to Re: Unable to load LibXSLT.dll on Perl 5.16 by marto
in thread Unable to load LibXSLT.dll on Perl 5.16 by jes

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.