Help for this page

Select Code to Download


  1. or download this
    http://lezar.org/path/to/script/myscript?where=someval
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    } else {
        # $where is not what we expect, so we have an error routine here;
    }
    
  3. or download this
    use CGI::Carp qw( fatalsToBrowser );