NAME Data::Traverse - Callback-based depth-first traversal of Perl data structures VERSION 0.03 SYNOPSIS use Data::Traverse qw(traverse); my $struct = [ 1, 2, { foo => 42 }, [ 3, 4, [ 5, 6, { bar => 43 } ] ], 7, 8 ]; traverse { print "$a\n" if /ARRAY/; pr... > このページを見る
Data::Traverse - Callback-based depth-first traversal of Perl data structures - search.cpan.org
search.cpan.org:friedo
最終更新時間:
2006年11月05日19時35分








