Help for this page

Select Code to Download


  1. or download this
    sub ident {
        my $value = ( values %{ $_[0] } )[0];
    ...
        }
        return 1;
    }
    
  2. or download this
    return 0 unless ( defined $value xor defined $_ ) and ( $value eq $_ )
    +;