| ');
+ if (defined($sone{$_})) { $r->print($sone{$_}."\n"); }
+ if (defined($stwo{$_})) { $r->print($stwo{$_}."\n"); }
+ if (defined($sthree{$_})) { $r->print($sthree{$_}."\n"); }
+ $r->print(' |
');
+ $i++;
+ }
+ $i--;
+ return($i);
}
1;
__END__;
@@ -384,6 +924,12 @@ cacheheader() : returns cache-controllin
nocache() : specifies header code to not have cache
+=item *
+
+add_to_env($name,$value) : adds $name to the %ENV hash with value
+$value, if $name already exists, the entry is converted to an array
+reference and $value is added to the array.
+
=back
=cut