in reply to I'm splitting a scalar and putting the results in an array. Why is the first element empty?
my @MatchFoundArray = "";unless you really want to end up with an array containing a string as the single item.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I'm splitting a scalar and putting the results in an array. Why is the first element empty?
by meanroy (Acolyte) on Aug 11, 2006 at 15:17 UTC |