array.pl

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

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

print "Content-type: text/html\n\n";

@days = ("Monday", 
         "Tuesday", 
         "Wednesday", 
         "Thursday", 
         "Friday", 
         "Saturday", 
         "Sunday");

print "These are the days of the week:";

print "<p>";
print "@days";

⌨️ 快捷键说明

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