File: hello2.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-- 99 bytes parent folder | download | duplicates (4)
1
2
3
use CGI;
my $q = CGI->new;
print $q->header, "Hello ", $q->param('name'), " counter=", ++$COUNTER;