Hi,
Wie greife ich auf den angeklicken button zu?
#!/usr/bin/perl -w
use strict;
use CGI ':standard';
print header, start_html('Tanz-Test'), h1('And the winner ist...'), p(param('tanz')), end_html;
Cheatah
Hi,
Wie greife ich auf den angeklicken button zu?
#!/usr/bin/perl -w
use strict;
use CGI ':standard';
print header, start_html('Tanz-Test'), h1('And the winner ist...'), p(param('tanz')), end_html;
Cheatah