File: hello3.cgi

package info (click to toggle)
libplack-perl 0.9941-1%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 1,472 kB
  • ctags: 600
  • sloc: perl: 7,155; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
use Data::Dumper;
print "Content-Type: text/plain\r\n\r\n";
print 'my ' . Dumper \%ENV;