Searched refs:hash_ref (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dweaken.t30 my $hash_ref= { this => is => a => 'hash' };
41 apitest_weaken(my $weak_hash_ref= $hash_ref);
45 ok(has_backrefs($hash_ref), "hash with backrefs");
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dunicode_constants.pl422 foreach my $hash_ref (\%paireds, \%inverted_paireds,
426 next CODE_POINT if exists $hash_ref->{$code_point}
485 my $hash_ref = $bidi_strong_directionals[$i];
487 next if $name !~ $hash_ref->{L_pattern};
489 if ($name =~ $hash_ref->{R_pattern}) {
/openbsd-current/gnu/usr.bin/perl/lib/Class/
H A DStruct.pm290 my $hash_ref = $obj->h; # reference to whole hash
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables18293 my $hash_ref = ($alias_standard =~ /^_/)
18296 if (exists $hash_ref->{$alias_standard}) {
18297 Carp::my_carp("There already is a property with the same standard name as $alias_name: $hash_ref->{$alias_standard}. Old name is retained");
18300 $hash_ref->{$alias_standard}

Completed in 223 milliseconds