Result for EE03FD4AA23FB4B2BFE2432861CD8D1D6DE3591C

Query result

Key Value
FileName./usr/share/doc/packages/perl-Data-DeepAccess/README
FileSize3922
MD5EB2736674F90A6E8E7C1AFFFE1D3B602
SHA-1EE03FD4AA23FB4B2BFE2432861CD8D1D6DE3591C
SHA-256F4326AE81D04CF4B0DBC1E2A3DBD131F9D3650892698C9B96D408CC4C19ED6CF
SSDEEP96:bG7khCz2D0fuj0kKDxrfupczP5gbJd/J0Q2H6o:bG7khCyD0fqExLictOVJ0Qi
TLSHT19B8172057915C3A949B0B3FAB6968556EB22C0FB433E89D1788C91EC1F05A3C93FE4E4
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