File: crash.cgi

package info (click to toggle)
libcgi-pm-perl 3.38-2lenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 956 kB
  • ctags: 372
  • sloc: perl: 5,836; makefile: 21
file content (6 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
#!/usr/local/bin/perl

use CGI::Carp qw(fatalsToBrowser);

# This line invokes a fatal error message at compile time.
foo bar baz;