Help for this page

Select Code to Download


  1. or download this
    my $is_blah = ref( $thing ) eq 'Some::Class' && $x == 3;
    
  2. or download this
    my $r = ref( $value ) && reftype( $value );