HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/usr/share/doc/libcgi-pm-perl/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/libcgi-pm-perl/examples/crash.cgi
#!/usr/bin/perl

use strict;
use warnings;

use CGI::Carp qw/ fatalsToBrowser /;

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