Help for this page
#! perl -slw use strict; ... /0:2/ and /2:D/ and push @matches, @{$table{$_}} for keys %table; print "Element ids @matches contain elements: 0:2 2:D";
c:\test>218070 $VAR1 = { ... Element ids 2 1 contain elements: 0:2 2:D c:\test>