Hi all,
I am really new to CGI, my 1st question is, which Perl modules should I
use for creating XHTML documents ? Write me, which one are good, where
I can read more about this...
Thanks.
/Brano
-=x=-
Skontrolované antivírovým programom NOD32
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
I am trying to write a simple weekly entry CGI script and I am trying to
capture a the string returned from a textarea, assign the value to
either
a variable or array and output it to a web page with print or printf or
sprintf/print.
When I do this, apparently carriage returns are either not cap
White space (including carriage returns) is ignored by HTML, generally. Try
surrounding your text output by the tag (preformatted text). Does
this do what you want?
Sean
On 9/6/04 20:10, "Robert Page IV" <[EMAIL PROTECTED]> wrote:
> I am trying to write a simple weekly entry CGI script and I
I have a database of values, each of which belongs to one of several
categories. I want to allow the user to choose one to several
category/value pairs. In other words, I would like to be able to do stuff
like A>23, B<5, and C>7. I can do this with three list-boxes and
corresponding text boxes,
Robert Page IV wrote:
I am trying to write a simple weekly entry CGI script and I am
trying to capture a the string returned from a textarea, assign the
value to either a variable or array and output it to a web page
with print or printf or sprintf/print.
When I do this, apparently carriage returns
On Mon, 6 Sep 2004, Ing. Branislav Gerzo wrote:
I am really new to CGI, my 1st question is, which Perl modules should
I use for creating XHTML documents ? Write me, which one are good,
where I can read more about this...
I believe that recent versions of CGI.pm should emit valid XHTML, which
is
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
: I am really new to CGI, my 1st question is, which
: Perl modules should I use for creating XHTML
: documents? Write me, which one are good, where I
: can read more about this...
CGI.pm is a good starting point. Some of us later
abandon it for a t
Robert Page IV <[EMAIL PROTECTED]> wrote:
: I am trying to write a simple weekly entry CGI script
: and I am trying to capture a the string returned from
: a textarea, assign the value to either a variable or
: array and output it to a web page with print or printf
: or sprintf/print.
:
: When I