So I'm assuming I'd have to install/compile from source, is that right?

No, simply skip the .msi and get the portable .zip version

I never liked the strawberryperl website layout :) http://strawberryperl.com/ -> Other releases: ZIP, Portable, older versions -> http://strawberryperl.com/download/5.18.1.1/strawberry-perl-5.18.1.1-32bit-portable.zip

CavaPackager throws an error because you can't use any Perl version above 5.14 with the program and I'm currently using 5.18

Copy/paste?

http://sourceforge.net/projects/citrusperl/files/Perl%205.16.3/Windows/ is "portable" version by default http://www.citrusperl.com/helpweb/installingcitrusperl.htm

... second user ... Does anyone think that doing that might be easier (*if at all possible), then compiling a second version of Perl from source?

compiling from source is trivial if you've got all the prerequisites, it just takes time

Although, it's about as easy to manage multiple perl's yourself without either, for how I do it see sh Configure -Dprefix=~/p-5.8.1/, win32 configure steps (old win32 Cofigure -Dprefix steps )/Fix_pl2bat


In reply to Re: Multiple Versions of Perl and Multiple Users by Anonymous Monk
in thread Multiple Versions of Perl and Multiple Users by mmartin

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.