Re: Fwd: how to refresh between different pages of the same script

2008-04-08 Thread Jenda Krynicky
From: "Pau Marc Munoz Torres" <[EMAIL PROTECTED]> > #! /usr/bin/perl > #use strict; > use CGI::Ajax; > use CGI; > > my $q = new CGI; > > my $concatter = sub { > > my $buffer = $ENV{'QUERY_STRING'}; > > my @pairs = split( /&/, $buffer ); > > foreach my $pair (@pairs) { > >

how to refresh between different pages of the same script

2008-04-08 Thread Pau Marc Munoz Torres
I have to modify a script to upload different data to a server, until now i did and script that ask you a question and capture the variable into a hash (see below), now, i would like to modify it and make something that allows me to ask different questions using the same script how can i do thi

Fwd: how to refresh between different pages of the same script

2008-04-08 Thread Pau Marc Munoz Torres
I have to modify a script to upload different data to a server, until now i did and script that ask you a question and capture the variable into a hash (see below), now, i would like to modify it and make something that allows me to ask different questions using the same script how can i do thi