Whenever you don't know what's in your data (you think it contains whitespaces) print it to make sure.
use Data::Dumper; local $Data::Dumper::Useqq = 1; # make "invisible" characters visible print Dumper \@spliceout;
Arrays and slices are interpolated into double-quoted strings by joining the elements with the delimiter specified in the $" variable
In reply to Re: It's all getting messy - remove whitespace
by tinita
in thread It's all getting messy - remove whitespace
by lecb
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |