Thread Update neues Board: Design und ein paar Bugs (172 answers)
Opened by esskar at 2004-02-21 14:40

Strat
 2004-04-28 21:23
#39727 #39727
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
stimmt eigentlich...
hab's eingebaut und kommt mit der naechsten Version.
Code: (dl )
1
2
3
4
5
6
7
8
9
10
my $cgi;
if (exists $ENV{HTTP_ACCEPT_ENCODING} and
$ENV{HTTP_ACCEPT_ENCODING} =~ /gzip/i and
eval { require CGI::Compress::Gzip; 1 }
) {
$cgi = CGI::Compress::Gzip->new();
} # if
else { # if not, just send plain text
$cgi = CGI->new();
} # else
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread Update neues Board: Design und ein paar Bugs