in reply to Re^7: Splitting the records into multiple worksheets
in thread Splitting the records into multiple worksheets
I have used an alternate solution for this and i splitted the 1 @array into mutpltiple @array. I have used below modules for splittings the arrays and that improves the script performances. Thanks for all the suggestions.
use List::MoreUtils qw( part ); use List::AssignRef;
|
|---|