xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/crash.cgi (revision 0:68f95e015346)
1*0Sstevel@tonic-gate#!/usr/local/bin/perl
2*0Sstevel@tonic-gate
3*0Sstevel@tonic-gateuse CGI::Carp qw(fatalsToBrowser);
4*0Sstevel@tonic-gate
5*0Sstevel@tonic-gate# This line invokes a fatal error message at compile time.
6*0Sstevel@tonic-gatefoo bar baz;
7