http://www.perlmonks.org?node_id=1017391


in reply to for loop is skipped for not so obvious reason

so $lb and $la are printed just before the for loop, but not within.

Seeing how $la and $lb variables, the reason the loop is skipped is because $i <= $lb evaluates to false