You are right; I saw that piece of code in one of Matt's scripts.

You don't need to apologise; I am glad that you warned me. At some point, I would need to handle multiple selection boxes...

In fact, I decided to use CGI.pm some time earlier, and I began with a code I saw at http://stein.cshl.org/WWW/software/CGI/ . But I got some error messages and I inferred that the CGI.pm library was not installed on my server. (I don't have root access.)
I used
use CGI qw(:standart)
.
May be you can help me out? Did I make a mistake? Thanks for your help!

Edit kudra, 2001-07-18 Changed title to avoid clash with module


In reply to How to install CGI.pm by sinan
in thread Obtain matrix info by sinan

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.