http://qs321.pair.com?node_id=1064738


in reply to Re^3: Variable number of foreach loops
in thread Variable number of foreach loops

thanks a lot. yes i get it now. In the same light.....i want to call nfor() with different number of arguments...
nfor(1,\@a_1); nfor(2,\@a_1,\@a_2); nfor(3,\@a_1,\@a_2,\@a_3);...so on nfor(N,\@a_1,\@a_2,...\@a_N).
I have a way...but what to check if there is a much crispier way to do it.