Thread
Einfach mal so....
(2 answers)
Opened by
linuxer
at
2011-02-03 21:06
CMU
2012-03-31 22:05
User since
2012-03-31
3 Artikel
BenutzerIn
jetzt
testen
Code: (
dl
)
1
2
3
4
5
6
use strict;
use warnings;
use CGI;
my $cgi = CGI->new();
print $cgi->header();
View full thread
Einfach mal so....