> [EMAIL PROTECTED]:~ % perl -e '$a = qr/this/; print ref $a;' && echo > Regexp > > Perhaps do a test and swap the arguments if the first is a Regexp, as > well as issue a deprecation warning.
yeah, I thought about that. it's probably a good idea - I'd like to keep code working while making things "right" with t_cmp(). I'll work up a patch with this in mind. --Geoff