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
Aborescence:
a0dc08558f
Branches
Tags
master
cgi_perl
/
cgi-bin
/
demo.cgi
demo.cgi
76 B
Historique
Raw
1
2
3
4
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World!";