testprereq.pl
来自「OpenCDN内容分发系统」· PL 代码 · 共 17 行
PL
17 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?