Thread CGI: GET-Variablen abfragen
(4 answers)
Opened by vreden123 at 2012-12-18 16:26 Code (perl): (dl
)
1 2 3 4 use CGI; my $cgi = CGI->new; my $i = $cgi->param('i'); my $datum = $cgi->param('datum'); gibt es einen grund, warum du das stichwort FastCGI hinzugefügt hast? sonst nehm ich das raus. 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |