Hi.. I'm trying to do a mod of a linux package called webmin. You can find the source right on the web. I'm actually trying to add a module to this web administration package written in Perl w/CGI. It looks like there is a variable that states which is the current active module and build a page to administrate it. What I need to do is create a module with a single link to another site (basically the same computer but a different port). On this other port I already have another admin package written to control the Hardware raid on the box. Can someone please help me out or give me links that could give me an idea on how to do this. If possible could you be as thorough as you possibly can. I am new to Perl/CGI and i still need a lot of spoon-feeding. If you are not clear on certain things that i have said could you try to best understand what i am saying and explain how to resolve my issue regardless. Thanks

In reply to Adding a Module to WebMin (written in Perl/CGI)?!?!!?! by jcrain

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.