Result for 6BB07E6E8B8E6880972E41EFA7C7E0FC6354E928

Query result

Key Value
FileName./usr/lib/perl5/vendor_perl/5.32.0/Data/DeepAccess.pm
FileSize10099
MD5B8B5259F58E9F86A9A97E247B8EA85F3
SHA-16BB07E6E8B8E6880972E41EFA7C7E0FC6354E928
SHA-25626D3E07E3B907CE64DCD1DA7E7EC4FAC9A22370A4558D61764B1F7C3525F857A
SSDEEP192:iuUhF3VgihQqXvjGzCCJF3Vgih01X3j5zKVF3Mgi7A8ndynPiriPiGYxWChr0ziZ:iu6FJQqXvjGzCgFJ01X3j5zKVFQ1dYPg
TLSHT1492212447993D23588BEB72D13985424FA1BCA77022A9DE47C4C42BC6F8867CDAF67D0
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD54F29B2604D9F5B1B3519B8721B664807
PackageArchnoarch
PackageDescriptionProvides the functions "deep_get" and "deep_set" that traverse nested data structures to retrieve or set the value located by a list of keys. When traversing, keys are applied according to the type of referenced data structure. A hash will be traversed by hash key, an array by array index, and an object by method call (scalar context with no arguments). If the data structure is not defined, it will be traversed as a hash by default (but not vivified unless in a set operation). You can override how a key is applied, and thus what type of structure is vivified if necessary, by passing the key in a hashref as the value of 'key' (hash) or 'index' (array). deep_set(my $structure, 'foo', 42); # {foo => 42} deep_set(my $structure, {index => 1}, 42); # [undef, 42] deep_set($object, {key => 'foo'}, 42); # sets $object->{foo} directly For the rare case it's needed, you can also use one of the keys 'method' or 'lvalue'. deep_set($object, {method => 'foo'}, 42); # $object->foo(42) deep_set($object, {lvalue => 'foo'}, 42); # $object->foo = 42 Attempting to traverse intermediate structures that are defined and not a reference to a hash, array, or object will result in an exception. If an object method call is the last key in a set operation or the next structure must be vivified, the method will be called passing the new value as an argument or assigned if it is treated as an lvalue. Attempting to call a method on an undefined value or unblessed ref in a set operation will result in an exception. Currently, undefined results from non-lvalue method calls are not vivified back to the object to support setting a further nested value. This may be supported in the future.
PackageNameperl-Data-DeepAccess
PackageRelease1.4
PackageVersion0.001
SHA-148A788B0560F377B12D76A7EF3C3F45CE80AF092
SHA-256FCE3E596C10DF416F171D526891CA1A9CD73F1C6E8CECB005522F199F380B7AD