File: ViewCode.cgi

package info (click to toggle)
libcgi-application-plugin-viewcode-perl 1.02-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 312 kB
  • ctags: 189
  • sloc: perl: 1,788; sh: 52; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/perl
use lib qw(/usr/share/doc/libcgi-application-plugin-viewcode-perl/examples);
$ENV{CGI_APP_DEBUG}=1;
use ViewCodeApp;
ViewCodeApp->new->run;