Re: Form creation and parsing

2003-10-10 Thread [EMAIL PROTECTED]
hanks alot! Paolo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Form creation and parsing

2003-10-09 Thread [EMAIL PROTECTED]
input and show the user an HTML page with the elaboration of the input the user has inserted. Thanks to anyone who can help me. Paolo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Urgent Question (Deployed code gone wrong!)

2003-08-14 Thread [EMAIL PROTECTED]
uns 11 times. sub foo { return (undef, 1 ); } therefore, your code should work like you expect. i would still test it in a test environment before making changes to prod. Original Message: ----- From: Greenhalgh David [EMAIL PROTECTED] Date: Mon, 11 Aug 2003 21:13:39 +0100 To: [EMAIL PROTEC

Re: http_referer question

2003-06-26 Thread [EMAIL PROTECTED]
side checking using a single regex. mail2web - Check your email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Date Question(s)

2002-09-18 Thread [EMAIL PROTECTED]
in advance for any clues, Al -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FILE Transfer (FTP) using PERL

2002-04-22 Thread [EMAIL PROTECTED]
he file either to my email address, or, to a (anonymous) directory on the server? Thanks. -- Al Willen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Launching PERL from Email

2002-02-26 Thread [EMAIL PROTECTED]
w can I get the PERL program to extract the data contained within the FROM, SUBJECT and MESSAGE body fields? Thanks. Al Willen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Passing Arrays In CGI

2002-02-07 Thread [EMAIL PROTECTED]
.. and I store those items in the array @FOOD can I pass and entire array from one CGI Perl program to another CGI Perl program? How would the second program "parse out" the array variables from the non-array scalar variables? Thanks. -- Al Willen -- To unsubscribe, e-mail: [E

need help in getting background images to show up in a cgi script

2001-10-18 Thread [EMAIL PROTECTED]
WS => 5, -COLUMNS => 50)); print p(submit("Send/Refresh"), reset("Start Over")); print end_form, hr; # PRINTED CHAT HISTORY print h3("Last Said:"); foreach $entry (@entries) { printf("%s [%s]", $entry->param("date"), $entry->param("name")); print p(); printf("%s", $entry->param("message")); print p(); print hr; } print end_html; [EMAIL PROTECTED] www.hostingohio.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]