Thank You for correcting me, indeed binding operator has higher precedence than other operators. I apologise for making a hotch potch out of the entire solution. I confused it thinking you posted this issue, and didnt see that you were the one answering it.
Yes, your answer is much better. Thanks Soham ----- Original Message ---- From: Uri Guttman <[email protected]> To: Soham Das <[email protected]> Cc: [email protected] Sent: Thursday, 16 July, 2009 11:30:31 AM Subject: Re: Fw: Modifiers on the right side of the statement >>>>> "SD" == Soham Das <[email protected]> writes: SD> ----- Forwarded Message ---- SD> From: Soham Das <[email protected]> SD> To: Uri Guttman <[email protected]> SD> Sent: Thursday, 16 July, 2009 11:23:29 AM SD> Subject: Re: Modifiers on the right side of the statement SD> I believe its because =~ has the highest priorty... the term is precedence, not priority. and =~ is not the highest but it is higher than a builtin function which takes an arg. and this has been covered in my email you quoted below. uri -- Uri Guttman ------ [email protected] -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Free Perl Training --- http://perlhunter.com/college.html --------- --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/ See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
