Perl allows you to be one lazy ass coder. Jump on CPAN and install the Net::Scan::Extract module
Code:
use Net::Scan::Extract qw( :all );
my @emails = Extract_Email($source);
print "$_\n" for @emails;
fetch the source code of the page in question, then scan it using that code. done and done.