CGI-Alert
    
    
  
  
  
view release on metacpan or search on metacpan
lib/CGI/Alert.pm view on Meta::CPAN
=head1	NAME
CGI::Alert - report CGI script errors to maintainer
=head1	SYNOPSIS
    use CGI::Alert 'youraddress@your.domain';
That's all.  Everything else is transparent to your script.
Or:
    use CGI::Alert qw(you@your.domain http_die);
    ...
    my $foo = param('foo')
      or http_die '400 Bad Request', '<b>foo</b> param missing';
The B<http_die> function provides a one-call mechanism for emitting
an HTTP error status with a helpful message.  This is intended
    
  
  
  
( run in 0.675 second using v1.01-cache-2.11-cpan-a1d94b6210f )