File: args.cgi

package info (click to toggle)
libcgi-compile-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 372; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (4)
1
2
print "Content-Type: text/plain\n\n",
  "Hello \@_: ", join(',' => @_), ' @ARGV: ', join(',' => @ARGV);