Only problem is that your suggestion doesn't keep them sorted any moreI noted that i at the bottom of my suggestion (after the code blocks), w/how to fix it:
NOTE: I noticed after i wrote it out that the while loses the sort keys functionality you had. If that's important, you can replace while( my ($sub2, $aoh2) = each %$sub2Hash ){ with:foreach my $sub2 ( sort keys %$sub2Hash ){ my $aoh2 = $sub2Hash->{$sub2};
In reply to Re^3: Thanks !! (XML + Excel) with (win32::OLE and XML::Simple)
by davidrw
in thread Thanks !! (XML + Excel) with (win32::OLE and XML::Simple)
by Sporti69
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |