Merge remote-tracking (subtree) branch 'PracticingPerl/master'
This commit is contained in:
7
PracticingPerl/web/html/cgi-bin/test.cgi
Executable file
7
PracticingPerl/web/html/cgi-bin/test.cgi
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
printf("Content-Type: text/plain\n\n");
|
||||
printf("Hello Test\n");
|
||||
|
||||
1;
|
||||
__END__
|
Reference in New Issue
Block a user