problems with 'require'

2009-11-28 Thread Paweł Prędki
Hey, I've been using simple CGI scripts to make some things on my website require less human touch and some of them require mysql database connection. I've started with only one such scripts but now there are more so I've decided to move the connection data (table name, database name, username

RE: Loading results (via ajax) from a CGI

2009-11-28 Thread Dermot Paikkos
This is of course a javascript/ajax question to a perl list > -Original Message- > From: bu...@alejandro.ceballos.info > [mailto:bu...@alejandro.ceballos.info] > Sent: 27 November 2009 13:59 > To: beginners-cgi@perl.org > Subject: Loading results (via ajax) from a CGI > > Any idea whe

Re: Saving param after new recall of a cgi script

2009-11-28 Thread Marek
On 27 Nov., 10:42, rrogg...@uni-osnabrueck.de (Robert Roggenbuck) wrote: > You should store the values from step 2 at step 3 in hidden parameters ( type="hidden" ...>). The You can access them via CGI in step 4. > > An alternative would be storing the whole CGI-object in a file using > Data::Dumper