9 Einträge, 1 Seite |
1 2 3 4 5 6
use strict; use Compress::Zlib; print "Content-type: text/html\n"; print "Content-encoding: gzip\n\n"; my $ausgabe = "hallo"; print Compress::Zlib::memGzip($ausgabe);
1
2
3
4
5
6
7
8
9
10
11
12
HTTP/1.1 200 OK
Cache-Control: private
Date: Tue, 30 Sep 2003 11:13:14 GMT
Server: GWS/2.1
Content-Type: text/html
Content-Type: text/html; charset=UTF-8
Client-Date: Tue, 30 Sep 2003 11:13:12 GMT
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
Cneonction: Close
Set-Cookie: PREF=ID=717b269664a9c754:LD=de:TM=1064920394:LM=1064920394:S=IT2UfLbAF0HWYw_R; expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.de
Title: Google Suche: hallo
9 Einträge, 1 Seite |