To be more specific:
Server OS: freebsd
Web Server is Apache/1.3.26 (Unix) mod_perl/1.26
Base path to website files is /mnt/web_c/d31/s02/a000ras1/cgi-bin/
Should i create directory in cgi0bin or in any place? Say, directory called 'module' What should i modify in script?
#!/usr/bin/perl # ---------------------------------------------------------- # program: makehtml.pl # version: 0.06 m5 build 2000-02-15 # task: Creates HTML documents out of a simple script and some # dummy and content files # language: Perl # license: GPL (GNU General Public License) # ----------------------------------------------------------THIS PROGR +AM IS PUBLISHED UNDER THE TERMS OF THE GNU PUBLIC LICENSE (GPL). # IT COMES WITH ABSOLUTLY NO WARRENTY! USE IT AT YOUR OWN RISK! # ---------------------------------------------------------- use GD; use Tie::IxHash; $identify = "makehtml v0.06 m5 build 2000-02-15"; &init; &run; &done; sub init

Can i also install Text::WikiFormat or full Wiki modules such way?

In reply to Re^2: Installing perl modules by Anonymous Monk
in thread Installing perl modules 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.