On Wed, 5 Jun 2002, Gerald Richter wrote: > So for mod_perl is maybe always safe to say $mod_perl::VERSION >= 1.99 if > $mod_perl::VERSION is a number and will never be a string. The regex thing > is just precaution, because of bad experinces in the past.
As long as we only put letters at the end of the string you will be in good shape by just checking for >= 1.99. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
