This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
[perl5.git] / lib / CGI / eg / crash.cgi
CommitLineData
54310121 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;