Help for this page

Select Code to Download


  1. or download this
    my $found = 0;
    ...
    ...
    # or for truth:
    
    if ($found){...
    
  2. or download this
    use warnings;
    use strict;
    ...
    sub error_suspect_org {
        die "not a valid org!\n";
    }