File: 5.cgi

package info (click to toggle)
libapache-ssi-perl 2.19-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 292 kB
  • ctags: 65
  • sloc: perl: 842; makefile: 31
file content (3 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (4)
1
2
3
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "5; path_info: $ENV{'PATH_INFO'}; query_string: $ENV{'QUERY_STRING'};";