in reply to Re: Parameters not in order by using Config::Tiny
in thread Parameters not in order by using Config::Tiny
Thanks all for the help.. the best solution found by using 'sort' keyword.. which makes my job easy...and its working perfectly..however I have gone through the other solutions as well.. Appreciate.. right now I don't want to change my logic which is working and printing all section and parameter in order.
use Config::Tiny::Ordered;
this is quite helpful.