in reply to split post match
cLive ;-)# 1 my @array = split /pattern/, $file_content; shift @array; # 2 my ($dummy_var,@array) = split /pattern/, $file_content;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: split post match
by shotgunefx (Parson) on Jun 21, 2001 at 14:12 UTC |