File: cgi.pl

package info (click to toggle)
gman 0.9.3-5.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 652 kB
  • sloc: ansic: 7,389; makefile: 131; perl: 105
file content (10 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/usr/local/bin/perl

open (LOG,">>/dat/gman.log");

while(<>) {
	print STDERR "$_";
}

print `cat /home/wxk/src/gtk/gman.html`;
close(LOG);