my $mech = MyMech->new; $mech->get("http://google.com/"); print $mech->title."\n" if $mech->success;