in reply to
removing first char of string
One popular way is to use a substitution:
s/.//s;
ihb
Comment on
Re: removing first char of string
Select
or
Download
Code
Replies are listed 'Best First'.
Re: Re: removing first char of string
by
Anonymous Monk
on Feb 10, 2003 at 01:16 UTC
cool. Thanks so much
[reply]
In Section
Seekers of Perl Wisdom