my $mech = MyMech->new(); $mech->get( $url ); print $mech->status, "\n"; print $mech->success;