📄 testprereq.pl
字号:
#!/usr/bin/perl -I ../../## testprereq.pl a cgi Perl script to be used for testing the# prerequisite feature of Origins## The oCDN package is released under the terms of the Perl Artistic Licence# (see http://www.perl.com/pub/a/language/misc/Artistic.html) by their# Copyright Holders, hosted at the University of Roma "La Sapienza",# at http://labtel.ing.uniroma1.it/opencdn#print "Content-type: text/plain\n\n";print 'This too much simple prerequisite is happy to greet you';exit;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -