Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-CGI-Compile/t/
Upload File :
Current File : //usr/share/doc/perl-CGI-Compile/t/args.cgi

print "Content-Type: text/plain\n\n",
  "Hello \@_: ", join(',' => @_), ' @ARGV: ', join(',' => @ARGV);