in reply to Re: Grabbing e-mail addresses from a variable
in thread Grabbing e-mail addresses from a variable

That has the same greediness issues that Bilbo referred to with the '@.*' potentially grabbing half the document. Also you are probably being to restrictive about what form a valid e-mail address should take - but I would rather not get into that discussion here as it has been the subject of a multitude of flamewars^Wdiscussions Elsewhere

/J\
  • Comment on Re: Re: Grabbing e-mail addresses from a variable

Replies are listed 'Best First'.
Re: Re: Re: Grabbing e-mail addresses from a variable
by nite_man (Deacon) on Jun 20, 2003 at 13:11 UTC
    You right. I should use metacharacter of end of world '>' for exclusion of grabbing information which not belong to email address.
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);