This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
eleven
/
cgi_perl
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
cgi_perl
/
cgi-bin
/
demo.cgi
demo.cgi
76 B
Lien permanent
Historique
Raw
1
2
3
4
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World!";