File: exit.cgi

package info (click to toggle)
libcgi-compile-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: perl: 283; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (6)
1
2
3
use Exit;
print "Content-Type: text/html\015\012\015\012Hello";
Exit::main;