home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / crash.cgi < prev    next >
Text File  |  2005-01-27  |  131b  |  7 lines

  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;
  7.