Your question makes it seem that you don't fully understand the various components that you want on your laptop.

Perl will run fine on Win2k. Just download the release from Activestate, install, and run. That has nothing to do with a "net connection" other than that you need a net connection to download the package from Activestate. Once installed on your laptop, you don't need a net connection unless you want to run a perl program that needs the net.

Perl is need to run Perl scripts. You don't need any server at all. Perl has nothing to do with a server. From your question it seems you want to run web applications powered by Perl. In that case, you need a web server. You can use IIS or Apache. You will need to configure them to run Perl scripts correctly.

PHP/MySQL have nothing to do with Perl. PHP is another language, somewhat like Perl. But questions re that would likely be best asked at a PHP forum, not at Perlmonks.

MySQL is a database, and has nothing to do with Perl, unless you want to run a Perl script (using the Perl program) that works with data stored in a database. In which case you need the database, the right modules (DBI and the respective drivers), etc. My suggestion would be to not bother with MySQL. Instead, download DBD::SQLite. It includes the driver as well as the database.

Hope this helps.

--

when small people start casting long shadows, it is time to go to bed

In reply to Re: Perl on laptop running Win 2000 Pro by punkish
in thread Perl on laptop running Win 2000 Pro by meetn2veg

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.