Zitat
Automarkt
endofhtml $j++; }; }; $i++; }; if($espot_results) { print <<"endofhtml";
$title
$description
weiter...
automarken.info Webtipps: $esp_qry
$espot_results
endofhtml } ######################## sub URLencode # URL encoding of illegal characters { my($s) = @_; # string to encode my($str, $c, $c1, $c2, $char) = (); my @h = ('A'..'F'); # hex numbers while ($s =~ m/(.)/g) { $char = $1; if($char !~ /([\w\. ])/ ) { # encode only non-word symbols $c = ord $char; $c1 = $c % 16; # making first hex digit if($c1 > 9) { $c1 = $h[$c1 - 10]; }; $c2 = int ($c / 16); # making the second hex digit if($c2 > 9) { $c2 = $h[$c2 - 10]; }; $char = "%$c2$c1"; # this is the hex code of the symbol }; $str .= $char; }; $str =~ s/ /+/g; # encode white spaces with + signs return $str; # return URL-encoded string };
Ökologisch ohne Ökosteuer Kommentare/Bewerten

Jeder Dieselfahrer kann reines Rapsöl tanken, was wesentlich billiger als Diesel oder Biodiesel ist. Die Website von Steffen Niegsch bringt viele Infos und Links zu diesem Thema, außerdem Erfahrungsberichte und Bezugsquellen.

http://www.rerorust.de

(Hinzugefügt: 17-Jan-2001 | Zugriffe seit 30-Jan-2001: 1258 | Bewertung: 4.00 | Stimmen: 2 )

Service
Intern
Newsletter