Re: last character in string ?
by
Piercer
on
Oct 01, 2001 at 14:24 UTC
(
replies
)
http://qs1969.pair.com?node_id=115819
in reply to
last character in string ?
Or you could use substr($string, 0, -1)
In Section
Seekers of Perl Wisdom