On 7 Oct 2004, at 03:59, Keith C. Ivey wrote:

Ed McLain <[EMAIL PROTECTED]> wrote:

Now the one that is giving me hell is the:

if ( /^$date $hour:$mf[$ms-$me]/ ) {

You're not using strict, are you? Unfortunately, $mf[$ms-$me] is an element of @mf, and writing ${mf}[$ms-$me] won't save you from the misinterpretation. One fix, since it's in a regex, would be to write [$mf][$ms-$me] instead.

Or /x and add some whitespace.



Reply via email to