Thread Array aus HTML-Formular an CGI-Script übergeben (29 answers)
Opened by cyclohexan at 2010-01-25 11:12

bianca
 2010-01-25 11:38
#131186 #131186
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Mit
Code (perl): (dl )
1
2
my $cgi = new CGI;
$cgi -> param('bla[0]');

kommt man an die Value.
Vielleicht mal auf http://search.cpan.org/~lds/CGI.pm-3.48/lib/CGI.pm schauen, wie man das als Array einliest.
10 print "Hallo"
20 goto 10

View full thread Array aus HTML-Formular an CGI-Script übergeben