Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-CGI/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-CGI/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;