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

Strat
 2004-04-26 22:00
#39745 #39745
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
dann deaktiviere CGI::Compress::Gzip in board.pl, indem du die zeilen auskommentierst:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
...
#use CGI::Compress::Gzip; # for compressing content
...
# try to find out if browser can handle gzipped data
# if yes, compress the http-body
my $cgi;
#if (exists $ENV{HTTP_ACCEPT_ENCODING} and
# $ENV{HTTP_ACCEPT_ENCODING} =~ /gzip/i) { # added by havi - fuer GZIP
# $cgi = CGI::Compress::Gzip->new();
#} # if
#else { # if not, just send plain text
$cgi = CGI->new();
#} # else


mit dem shebang hat das nichts zu tun, der wird ueber die registry aufgeloest (durch die option
scriptinterpretersource registry
in der httpd.conf)
wenn activestate-perl installiert wurde, muesste das alles passen; sonst
Code: (dl )
1
2
3
assoc .pl=Perl
assoc .cgi=Perl
ftype Perl=d:\wampp1\perl\bin\perl.exe "%1" %*

in die shell eingeben, dann passt es
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