Hi Biotachyonic,

Your question sounds like someone in their first woodwork class who's been handed a log, been given access to every tool in the shop, and wants to build a cuckoo clock. :)

OK, I'm exagerrating, but understand that Perl is a tool which will allow you to build absolutely anything you want, but that skill is required to produce beautiful results.

You need to use Perl to build a CGI user database? The people here can definitely help you, but you're going to have to be prepared to do the programming yourself.

Tutorials have been referenced - you need to read through these, try them out, and come back with specific questions on the parts where you would like clarification, or the parts where you get stuck in your programming.

There are articles on perlmonks which describe the best way to ask a question, but they boil down to: a) have a definite question that you answered, b) demonstrate that you've attempted to solve the problem yourself before asking for help (e.g. supply parts of your code which don't quite work!).

Welcome to perl CGI, where writing documents meets computer programming, and the skills learned in doing so can change a "user" into a "guru". ;)


In reply to Re: Create CGI login for webpage by matt.tovey
in thread Create CGI login for webpage by Biotachyonic

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.