>         ($router_table{i},$router_type{i}) = split(/\|/,
> $router_tables{i});

All those indices should be {$i} rather than {i}.

> I'm figuring it's the {i} causing the problem

You had it figured...

Reply via email to