init III
This commit is contained in:
23
Webseiten/bildergallerie/scripts/google.pl
Normal file
23
Webseiten/bildergallerie/scripts/google.pl
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/perl
|
||||
# google.pl
|
||||
|
||||
use strict;
|
||||
|
||||
use CGI qw(:standard);
|
||||
use myHTML;
|
||||
|
||||
#print header();
|
||||
|
||||
my $q = param('q');
|
||||
|
||||
p2 "<html>",
|
||||
"<head>",
|
||||
"<title>Google</title>",
|
||||
"</head>",
|
||||
"<body onLoad=\"javascript:window.open('http://www.google.de/search?q=$q','_top','');\">";
|
||||
|
||||
# write_log("google","$q");
|
||||
|
||||
p2 "</body>",
|
||||
"</html>";
|
||||
|
||||
Reference in New Issue
Block a user