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


in reply to makeing refering faster ?

You should consider declaring all your variables and adding:
use strict; use warnings;
I suspect there maybe some typos.

If you do that it would be easier to help.