This website works better with JavaScript
Home
Explore
Help
Sign In
eleven
/
cgi_perl
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a0dc08558f
Branches
Tags
master
cgi_perl
/
cgi-bin
/
demo.cgi
demo.cgi
76 B
History
Raw
1
2
3
4
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World!";