Re: store Array in hash ?

2006-03-29 Thread Koms Bomb
> I have setup a hash like the following: my $test; my $setup = 'a'; my @data; push(@data,"test"); $test->{$setup}->{'data'} = [EMAIL PROTECTED]; for(my $c=0; $c <= [EMAIL PROTECTED]>{$setup}->{'data'}}}; $c++) { print $test->{$setup}->{'data'}->[$c]; } Note: 1, it should be "$c <

Re: And a CGI question.

2006-03-26 Thread Koms Bomb
> > > If I have a cgi script that send text/plain what does the client see if > I send > > all the text at once but then don't exit for seconds because I'm doing > some > > background processing at my end? do they sit and spin around in > circles? Don't hang the request for long time, otherwise