--- Roman Fordinal <[EMAIL PROTECTED]> wrote: > > I need to get the email address from string: > > $email="Name LastName <[EMAIL PROTECTED]>" > > How do I extract it? [Above converted to English - JEP]
($email = $email ) =~ /\<([^>]+)\>$/; Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]