Thread CGI: GET-Variablen abfragen (4 answers)
Opened by vreden123 at 2012-12-18 16:26

pq
 2012-12-18 16:54
#164318 #164318
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread CGI: GET-Variablen abfragen