Leser: 21
news = eval( xh.responseText );
1 2
print "Content-type: text/html; charset=ISO-8859-1\n\n"; print "Hallo Test!";
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#!/usr/bin/perl use strict; use warnings; use CGI; my $q = CGI->new; my $x = $q->param('x'); my $y = $q->param('y'); exit if $x <= 0 or $y <= 0 or $x + $y > 10_000; print $q->header('text/text'); print '['; for ( 1 .. $y ) { print '['; print join ",", map{ sprintf q~"%03i"~, int rand 1_000 } 1 .. $x; print '],'; } print ']';
if( typeof news[na] == 'object' )
print '[{"news_id":"166","news_title":"ggggggg","news_content":"yxcvyxcvyxcv","news_link":"sdfasdf","news_date":"2009-09-16 10:33:00"}]';
print encode_json(\@perl_array)
2009-09-18T16:51:02 pqdie suche sucht im moment nach dem kompletten zusammenhängenden string.
die suche per KinoSearch, die nach einzelnen wörtern sucht, hab ich noch nicht aktiviert, weil ich da noch ein architekturproblem habe (das index-aufbauen dauert über 10 minuten, und während der zeit können dann keine neuen artikel oder deletes berücksichtigt werden).