Re: How do I make two different web pages come up from one CGI?

2005-08-04 Thread Luinrandir
I want to create two web pages in two different windows from one CGI. Thanks for your input. - Original Message - From: "Chris Devers" <[EMAIL PROTECTED]> To: "Luinrandir" <[EMAIL PROTECTED]> Cc: "Perl Beginners - CGI List" Sent: Wednesday, August 03, 2005 6:00 PM Subject: Re: How do I m

Re: How do I make two different web pages come up from one CGI?

2005-08-04 Thread David Dorward
On Wed, Aug 03, 2005 at 10:45:35PM -0700, Luinrandir wrote: > I want to create two web pages in two different windows > from one CGI. Each request gives one file, that's how HTTP works. You will need at least two requests, with the script running twice (or two scripts running once each). You can

Re: How do I make two different web pages come up from one CGI?

2005-08-04 Thread Wiggins d'Anconia
David Dorward wrote: > On Wed, Aug 03, 2005 at 10:45:35PM -0700, Luinrandir wrote: > >>I want to create two web pages in two different windows >>from one CGI. > > > Each request gives one file, that's how HTTP works. You will need at > least two requests, with the script running twice (or two sc

Re: Script execution time.

2005-08-04 Thread Scott R. Godin
Zentara wrote: On Wed, 3 Aug 2005 03:00:01 -0700, [EMAIL PROTECTED] (Sara) wrote: I have to test/optimize a script on a shared server. The script contains a couple of mySQL queries etc. Is there a way that I can see the query execution time (like in phymyAdmin) and total script execution tim

Re: quote problem and mysql

2005-08-04 Thread Todd W
"Andrew Kennard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all > > >my $Vals; >for ( my $i=1;$i<=32;$i++ ) { >$Vals.='?,'; >} >chop $Vals; Ugh. $vals = join(', ', ('?') x 32 ); Ideally, you should have your data in an array, then: my $sql = "IN

Anonymous array of hashes question

2005-08-04 Thread jason_normandin
Hello I have a situation where I build an anonymous array of hashes for some requests and responses found in a file (there can be multiple requests and responses). It works very nicely and tracks all of the responses and requests from an ip to another IP address. Here is my code: my $time=$1