in reply to Re^4: Perl script speed
in thread Perl script speed

Disable parsing the INST lines by adding a immediate return to sub instLine and see if the other lines load ok.
sub instLine { return; . .
poj