http://www.perlmonks.org?node_id=322903


in reply to Re: FMTYEWTK about split //
in thread FMTYEWTK about split //

adding to Roger's reply,

print $_, $/ for @{[ split // => $bar ]};

is strict and warnings friendly, as well, and twisted in it's (useless) indirection.

~Particle *accelerates*