> There is no way for epic to check whether the first argument to $regexec() > is reasonable or not -- it has to trust the user to do the right thing.
If you're willing to add a bit of a wrapper, you can--add a magic number to the beginning of the output from $regcomp() and check for it in $regexec(). Of course, that won't help with bugs in regexec(), as this seems to be, but... -- Kevin L. Mitchell <[EMAIL PROTECTED]> _______________________________________________ List mailing list [EMAIL PROTECTED] http://epicsol.org/mailman/listinfo/list
