Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    # and this really helps DURING development.
    use CGI::Carp qw(fatalsToBrowser);
    
  2. or download this
    $exit_link = "$ENV{'QUERY_STRING'}";
    
    # for 
    
    $exit_link = "Perlmonks rocks.";