""Chris Charley"" wrote in message
"Jeswin" wrote in message news
Hi again, I tried to use the treebuilder modules to get emails from a webpage html but I don't know enough. It just gave me more headaches.
My current method get the emails is to go to the site, put the source code in MS Word, and run a regex to get all the emails in that html page.
You can't use MS Word to write your scripts. Use an editor made for programming, I use Crimson Editor and there are many others. Word is not a editor for text/ascii.
You could use Notepad which is a 'plain' text/ascii editor, but you will be happier with an editor made for programmers.
Chris
Well, I tried it and Word will work if saved as a plain text file. Still, an editor built for code will indent automatically and be easier to work with. Sorry about the confusion on this end.
Chris -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/