in reply to
Re: cut of first char of a string
in thread
cut of first char of a string
I'm not sure but I think it's needed because you assign an anonymous array to
$s
before it, so if you do not set
$s
, the rightmost
$s
will give that array.
Comment on
Re^2: cut of first char of a string
Select
or
Download
Code
In Section
Seekers of Perl Wisdom