File: app.cgi

package info (click to toggle)
librdf-rdfa-parser-perl 1.097-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,948 kB
  • sloc: perl: 6,582; makefile: 7; xml: 6; sh: 1
file content (6 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/perl
use Plack::Loader;
(my $file = __FILE__)
	=~ s/cgi$/psgi/;
my $app = Plack::Util::load_psgi($file);
Plack::Loader->auto->run($app);