File: end.cgi

package info (click to toggle)
libcgi-compile-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 372; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

print "Content-Type: text/plain\015\012\015\012Hello";

__END__

=head1 NAME

Hello World

=cut