Hello,
i am developing a Perl program that i would like to be able to run on several Virtual Machines (with VirtualBox).
I want to run exactly the same program on all machines.

Question about Perl installation :
- Do i have to install Perl on each of the virtual machines?
- Or can i just install it once on the host machine, and then use it on all the virtual machines ?
- Would i have to install Perl in a shared folder?

And about my program :
- Will i have to copy it to every virtual machine every time i change it ? - Or is there any hope to have it in only one place (a shared folder) and run it from each machine?

Last question: I don't need to run it at the same time on several machines, but am wondering if it would be possible.

Thank you :o)


In reply to VirtualBox and Perl installation(s) by mascip

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.