From: Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> > On Sep 4, Kiarra Parker said: > > >#!/usr/bin/perl -T > >use strict; use warnings; > >use CGI; > >use CGI::Carp qw(fatalsToBrowser); > > That's all excellent to see!
Actually not. At least not in production code. Please make sure to remove or change the last line before you promote the code to production. You do not want the detailed errors to go to the users of your code. It could give them way too much information and may make your site easier to hack. You want the details to go to a file and the user to get just a rather generic message. The rest is excellent :-) Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>