binary.pl

来自「This temp directory is used by the JVM f」· PL 代码 · 共 14 行

PL
14
字号
#!/usr/bin/perl

require "subparseform.lib";
&Parse_Form;

$counter = $formdata{'counter'};

$counter +=1;

print "Content-type: text/html\n\n";
print "<FONT SIZE=+2>If you add one to your number, the result is <B>$counter</B>";

$counter +=5;
print "<P>If you add 5 to that, the result is <B>$counter</B></FONT>";

⌨️ 快捷键说明

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