Thank you for precious answers, the server-computer analogy made it all more clear :o) Still not perfectly clear, but a lot more.

1. Perl
I am thinking of using linked clones for the OS (Windows XP) and softwares, and maybe Perl's installation (i'm still not clear about this, i don't know why).

2. CPAN modules
For the modules, I read this article, which seems to answer my question.
If i understood well (all this is quite new to me), by using the scripts presented there, i would

- Download and install CPAN modules normally on my host computer

- Script "Listing 4" would read the list of my CPAN modules and download them to my shared folder

- Script "Listing 5" would build all of these modules to make them "ready-to-install"

- Script "Listing 6" would install them on a computer (repeat this operation for each computer).

This method is quite old (2004), is there any better way now? perlbrew?? I really don't know much about it, is it worth looking into, for my needs ?

3. Source code
Is it possible to have my source code only in one place ?
Could i then run scripts with WWW::Mechanize::Firefox from each of the computers?
Otherwize i guess revision control will be my solution.

PS : As i run all my guests on the same host, i think i can use VirtualBox's shared folder for the CPAN installation trick... and for my source code ??


In reply to Re^2: VirtualBox and Perl installation(s) by mascip
in thread 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.