first commit
This commit is contained in:
7
old_CKEditor_4.6.1/hello.cgi
Executable file
7
old_CKEditor_4.6.1/hello.cgi
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# hello.pl -- my first perl script!
|
||||
|
||||
print "Content-type: text/html\n\n";
|
||||
|
||||
print "Hello, world!\n";
|
Reference in New Issue
Block a user