Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        ( my $def_grp = $fields[1] ) =~ s/\s*\(\s*//;
    #etc.
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    (defined $editor) || die "I can't determine who you are, so you can't 
    +access this area.";
    
    #use editor later throughout the program