Hallo Siechfred!
Schön, dass Du wieder angeschlossen bist ;)
Hilft Dir evtl. Data::Walk?
Hört sich gut an, doch die Beispiele sind spärlich und ich komme damit nicht klar:
<cite>
FUNCTIONS
The module exports two functions by default:
walk
walk &wanted, @items;
walk %options, @items;
As the name suggests, the function traverses the items in the order they are given. For every object visited, it calls the &wanted subroutine. See "THE WANTED FUNCTION" for details.
walkdepth
</cite>
use Data::Walk;
my %hash = # selber wie im Vorposting
walk &wanted, %hash;
^Z
Undefined subroutine &main::wanted called at C:/Perl/site/lib/Data/Walk.pm line
144.
?
Viele Grüße aus Frankfurt/Main,
Patrick
--
_ - jenseits vom delirium - _
[link:hatehtehpehdoppelpunktslashslashwehwehwehpunktatomicminuseggspunktcomslash]
Nichts ist unmöglich? Doch!
Heute schon gegökt?
_ - jenseits vom delirium - _
[link:hatehtehpehdoppelpunktslashslashwehwehwehpunktatomicminuseggspunktcomslash]
Nichts ist unmöglich? Doch!
Heute schon gegökt?