|
Hi,
To those who this may come easy to, and who are willing to help/teach:
I am trying to sift email addresses out of .aspx files from my SharePoint. The amount of users is too much to use the email all feature. So, what I do now is, view the .aspx source that contains the email addresses, change a bit of the javascript code to copy the email addresses to the clipboard instead of sending to "mailto:". This works (and I am not a java programmer at all - received help), but I'd like to empower myself to be able to just find these addresses using PERL or whatever else and create a file.
Any ideas? I'm trying the tutorials on matching and so far I can only do a search for "email" and then print "found it." Its really frustrating because there are like 400 email counts and it only finds like 20. I know its not counting multiple instances on the same line, but can't figure it out.
I created a little file that looks like this to test and I can't do much with it.
emailemailemailemailemailemail
emailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemailemail
emailemailemail
emailemail
Appreciate any help.
Thanks in advance!
|
|
|
|
|
|
|
// |