Help for this page
@finfo=split(/(\n{2,})/, <IFILE>); #<+++++
split(/([,-])/, "1-10,20", 3);
(1, '-', 10, ',', 20)