Help for this page
sub foo { return !! shift->{some_obj}->some_method; }
sub foo { !! shift->{some_obj}->some_method; }