in reply to
cut of first char of a string
$_ = '12345'; $_ = join '',(split/^./);
[download]
Comment on
Re: cut of first char of a string
Download
Code
Replies are listed 'Best First'.
Re^2: cut of first char of a string
by
holli
(Abbot)
on Mar 08, 2005 at 08:33 UTC
Very nice++. I really like this one.
holli,
/regexed monk/
[reply]
[d/l]
In Section
Seekers of Perl Wisdom