You're trying to match 2 digits after 'INT' --> {2}  
This means there must be exactly 2 of the previous entity,
but you only have 1digt -> '5' !!!

Michael


Am Sonntag, 20. Juli 2003 02:50 schrieb Jerry Preston:
> Hi!
>
> I know this is not as hard to do, but I do not seem to see the result:
>
>   $_ = "p8,INT,5"
>
>    if( $_ =~ /(w+),INT,\d{2}$/ ) {
>    }
>
> Thanks,
>
> Jerry

-- 
Intelligenz ist etwas, von dem die meisten Menschen verschont blieben...


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to