You can try Sandboxie since you indicated that you are using Windows.

I use it to experiment with installing various modules from CPAN and testing them.

If the installs get messy, I just remove the Sandbox and can try again. My current Strawberry Perl install is not affected.

I am trying to get the courage to do this in a sandbox:

Remove my current version of Strawberry Perl using Add/Remove Programs.

(Running "control appwiz.cpl" from the Windows Run window is giving me problems, though.)

Build the latest version of Strawberry Perl in the sandbox.

If I am pleased with the the results of a batch of installs of modules from CPAN, then repeat the process in the live Windows environment.

UPDATE:

I have been experiencing problems with the sandbox. For example, create a sandbox and run:

perl -MCPAN -e shell test Test::Trap quit<<<<<<======That is how you exit the shell.

Those errors should not occur in your live Strawberry environment.

They seem to be associated with the use of temporary files.

Otherwise, the sandbox has been working well for me.

My advice: If you are a Windows user, try installing Sandboxie. It is easy to use and even if you don't have a use for it now, you will surely come up with one soon.


In reply to Re: Strawberryperl (Portable) impossible install module by Cow1337killr
in thread Strawberryperl (Portable) impossible install module by Anonymous Monk

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.