Searched defs:phash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm132 sub phash { subroutine
278 =item phash
282 fields::phash() can be used to create and initialize a plain (unblessed)
295 my $tag = fields::phash([qw(name rank ser_num)], [@_]);
298 fields::phash() also accepts a list of key-value pairs that will
301 my $tag = fields::phash(name => "Joe",
305 my $pseudohash = fields::phash(%args);
310 restricted hashes or fields::new() instead. Using fields::phash()

Completed in 25 milliseconds