- or download this
c:\@Work\Perl>perl -wMstrict -MData::Dump -le
"my @lines = ('', ' ', ' ', 'x', ' x', 'x ', ' x ', ' x ',);
...
dd \@no_empties;
"
["x", " x", "x ", " x ", " x "]
- or download this
c:\@Work\Perl>perl -wMstrict -MData::Dump -le
"my @lines = ('', ' ', ' ', 'x', ' x', 'x ', ' x ', ' x ',);
...
dd \@no_empties;
"
["x", " x", "x ", " x ", " x "]