<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Richard,<br>
    <br>
    I think that most people will tell you to use a web-based framework
    and some of them are optimized for this.  <br>
    <br>
    But it's pretty simple to create a single-page CGI that displays
    some data and there are many examples available online.  I find
    HTML::Template to have a fairly easy interface for creating HTML
    tables from DBI queries. Probably a key issue is how much other
    infrastrcture you need.  For example, if people need to login,
    that's going to make a simple CGI a bad idea.<br>
    <br>
    -Alan<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 3/26/2015 8:59 AM, Richard Reina
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKLxnza3GMUNJ_Hh8So6gskjk0P=nuHxEF6aQVAaYSuFS+Os2w@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_quote">---------- Forwarded message ----------<br>
          From: <b class="gmail_sendername">Richard Reina</b> <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>></span><br>
          Date: 2015-03-26 8:15 GMT-05:00<br>
          Subject: Perl MySQL question<br>
          To: <a moz-do-not-send="true"
            href="mailto:chicago-talk@pm.org">chicago-talk@pm.org</a><br>
          <br>
          <br>
          <div dir="ltr">
            <div>
              <div>Hello All,<br>
              </div>
              <div><br>
                What would be the easiest way to display query results
                from a MySQL database -- running on a Debian machine --
                onto a webpage. What I would like is to allow a user to
                log in and be able to do a few simple queries. I know
                enough perl and SQL to write the queries via
                perl->DBI but I have never done any web programing.
                What I mean is that I have written a lot of perl
                programs that query databases and display the results on
                a console screen via curses but never displayed results
                onto the www. I'm guessing that I might need to install
                Apache but really have no clue beyond that. <br>
                <br>
                <br>
              </div>
              <div>PS It does not have to be anything fancy.<br>
                <br>
              </div>
              Any help would be greatly appreciated.<span class="HOEnZb"><font
                  color="#888888"><br>
                  <br>
                </font></span></div>
            <span class="HOEnZb"><font color="#888888">Richard<br>
              </font></span></div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Chicago-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/chicago-talk">http://mail.pm.org/mailman/listinfo/chicago-talk</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

<a class="moz-txt-link-freetext" href="http://www.alanmead.org">http://www.alanmead.org</a>

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: <a class="moz-txt-link-freetext" href="http://www.iacat.org/jcat">http://www.iacat.org/jcat</a></pre>
  </body>
</html>