in reply to Re^4: Leading empty array elements after splitting
in thread Leading empty array elements after splitting
Can you please run the following command at the command line and reply with what the output is?
perl -wMstrict -E 'my @test = split((/\D/g), "x4d77"); say $];'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Leading empty array elements after splitting
by Anonymous Monk on Aug 22, 2016 at 17:34 UTC |