Your IP : 216.73.216.130


Current Path : /proc/self/root/usr/share/doc/libcgi-pm-perl/examples/
Upload File :
Current File : //proc/self/root/usr/share/doc/libcgi-pm-perl/examples/crash.cgi

#!/usr/bin/env perl

use strict;
use warnings;

use CGI::Carp qw/ fatalsToBrowser /;

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