Help for this page
{ # localize the variables # the block }
{ local ($1, $2) = ($1, $2); # OK, so you can't actually write this. # The hacky can write local (*1, *2) = \($1, $2); instead. ... my ($ts,$te) = ($1,$2); } }