source: trunk/essentials/dev-lang/perl/lib/CGI/eg/crash.cgi@ 3951

Last change on this file since 3951 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 131 bytes
Line 
1#!/usr/local/bin/perl
2
3use CGI::Carp qw(fatalsToBrowser);
4
5# This line invokes a fatal error message at compile time.
6foo bar baz;
Note: See TracBrowser for help on using the repository browser.