Help for this page

Select Code to Download


  1. or download this
    ref something  || something else
    
  2. or download this
    my $type          = ref $param_hr->{$property} || 'String';
    my $expected_type = ref $self{$property}       || 'String';