testpostreq.pl

来自「OpenCDN内容分发系统」· PL 代码 · 共 18 行

PL
18
字号
#!/usr/bin/perl -I ../../## testpostreq.pl  a cgi Perl script to be used for testing the#                 postrequisite 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 very very simple postrequisite is sad to tell you goooodbye';exit;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?