> ($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...
- problems using split Andy Roden
- Re: problems using split Jeff Pinyan
- Re: problems using split Me
- Re: problems using split Andy Roden
