I just want to be sure I understand what this statement says:

$pair=~m/([^=]+)=(.*)/)

This basically says start at the beginning of the string and match any "="
all the way to the end of the string...right?



Thanks!

Scott
 




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

Reply via email to