Hi Kiko, I am using ActiveState Perl ver. 5.6.0 and I am using Windows 98 OS.To run the Perl in Windows environment,I am using the Microsoft Personal Web Server for Windows 98. You can get the PWS(Personal Web Server) from the Windows 98 CD,unlike the PWS for Windows 95,where you can download it from the Internet.<br> Before it,I only using the Free Hosting from virtualave.net.But since I don't have privilege to add the Perl Module inside the server,so I have to use the PWS since I can now use it with PPM.I use the Net::FTP module which is inside libnet.<br> I am feel comfortable using it since it is easy to use.Just need a little configuration to make it go to perl path.And also have to modify the first things in Perl script.Instead #!/usr/bin/perl,I have to substitute it with print "HTTP/1.0 200 OK\n";. You just have to view it inside the browser with the addresshttp://localhost/blablablablaSo,for the time being,I think using the PWS is the best for me(for my condition).Any other suggestions, guys? VREMPIRE Lord of the Darkness

In reply to Re: Web Server by vrempire
in thread Web Server by Kiko

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.