source:
trunk/essentials/dev-lang/perl/lib/CGI/eg/crash.cgi@
3951
| Last change on this file since 3951 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 131 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/local/bin/perl |
| 2 | |
| 3 | use CGI::Carp qw(fatalsToBrowser); |
| 4 | |
| 5 | # This line invokes a fatal error message at compile time. |
| 6 | foo bar baz; |
Note:
See TracBrowser
for help on using the repository browser.
