Help for this page
my $is_blah = ref( $thing ) eq 'Some::Class' && $x == 3;
my $r = ref( $value ) && reftype( $value );