in reply to Splitting Across Multiple Lines
Anyhow.. that`s what I would do, the above code is justlocal $/="* +"; my @Serverlist=<INFILE>; for(@Serverlist) { my ($IPandName,$Protocol,$Server)=split /\n/; #Polish your info here to the real format };
|
---|