Thread Link nach Formulareingabe (21 answers)
Opened by Drain at 2003-08-25 18:33

pq
 2003-08-25 18:51
#1425 #1425
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=Drain,25.08.2003, 16:47]Ich meinte damit, wie gibt man in Perl an, daß eine vorhandene HTML Seite in den Browser geladen wird, also die Bestätigungsseite.[/quote]
Code (perl): (dl )
1
2
use CGI qw(redirect);
print redirect("http://example.org/seite.html");
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Link nach Formulareingabe