Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
37751a28756933c53f51c1df2160742ac11360e5
37751a28756933c53f51c1df2160742ac11360e5
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"
;