>>23
a) Use the most appropriate language for the task.
b) "how do I parsed web" is not a specific question with a specific answer; you can't just say "oh you call the parse() function". You write your own parser using the string processing operations your language provides. VB isn't terrible for this, but Perl has a sweet spot for text processing.