Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
dc1c732f11f1b84aaa55f9065ee17124f39bbde9
dc1c732f11f1b84aaa55f9065ee17124f39bbde9
Switch branch/tag
mongoose
test
dir with spaces
hello.cgi
Find file
Normal view
History
Permalink
hello.cgi
66 Bytes
Edit
Web IDE
Newer
Older
On windows, enclosing path to CGI script in quotes to allow paths with spaces
d864d724
Sergey Lyubka
committed
11 years ago
1
2
3
#!/usr/bin/env perl
print
"Content-Type: text/plain\n\nhello\n"
;