On Wed, 23 May 2001, Me wrote: > > ($router_table{i},$router_type{i}) = split(/\|/, > > $router_tables{i}); > > All those indices should be {$i} rather than {i}. They are actually $i in the script, just typos in the mail... appologies... > > I'm figuring it's the {i} causing the problem
- problems using split Andy Roden
- Re: problems using split Jeff Pinyan
- Re: problems using split Me
- Andy Roden