Take a look at Data::Rmap. It's rmap() routine is a recursive map specifically for traversing nested data structures.
use Data::Rmap; ... rmap{ s/^\s+\n//; } $oWkBook;
In reply to Re: iterators: traversing arbitrary data structure
by BrowserUk
in thread iterators: traversing arbitrary data structure
by dimar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |