Param Names

2004-06-10 Thread paolo . libardi
Hi all, I'w writing a simple form with just one input text from the user. This input should be an array where each element can be a number or a variable name. I've been able to check the input format to be correct, and I can identify each single element. So after the user submits the array contain

Re: Perl Script in Tables

2003-10-23 Thread paolo . libardi
On giovedì 23 ottobre 2003, alle 10:48, Charles K. Clarkson wrote: > I start CGI programs with: > > #!/usr/bin/perl -T > > use strict; > use warnings; > > use CGI; > > The CGI.pm module, which is included with the perl > distribution, has some excellent examples. You can also > read Ovi

Perl Script in Tables

2003-10-23 Thread paolo . libardi
Hi everyone, I started using Perl scripts just a couple of weeks ago, and now I'm trying to include my first script inside a table in a Php page. The table is correct, I just want the perl script to fill a TD in the table. Up to now I just wrote perl scripts which worked all alone in the page, so I

Re: Form creation and parsing

2003-10-14 Thread paolo . libardi
Hi everyone, I've been able to write down a script (thanks to all your hints, and some other things I've found on the Net). Actually my Perl script works right when I use it alone, loading it in a browser window, the first time it displays the form, and after the user presses the Submit button, the