Help for this page

Select Code to Download


  1. or download this
    {
        my @ruleset;
    ...
            return();
        }
    }
    
  2. or download this
    define_rules( <<'EOF' );
    # careful - all whitespace is significant in this format.
    ...
      # default. Unfortunately, this "comment" isn't optional. :-(
        key = other
    EOF
    
  3. or download this
        $family = trim($family);
        ( undef, $family_release ) = $family_release =~ /(P|V)(\d+)*/;
    ...
    
        $people{$user}{$key}++;
        $people{$user}{TOTAL}++;