File: DebugScreen.cgi

package info (click to toggle)
libcgi-application-plugin-debugscreen-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,566; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/perl
use lib qw(/usr/share/doc/libcgi-application-plugin-debugscreen-perl/examples);
$ENV{CGI_APP_DEBUG}=1;
use DebugScreenApp;
DebugScreenApp->new->run;