in reply to Re^2: Leading empty array elements after splitting
in thread Leading empty array elements after splitting
What version of Perl are you using (perl -v)?
On both 5.20.3 and 5.24.0, this code produces the following warning:
perl -wMstrict -E 'my @test = split((/\D/g), "x4d77");' Use of /g modifier is meaningless in split at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Leading empty array elements after splitting
by Anonymous Monk on Aug 22, 2016 at 16:32 UTC | |
by stevieb (Canon) on Aug 22, 2016 at 17:00 UTC | |
by Anonymous Monk on Aug 22, 2016 at 17:34 UTC |