in reply to Counting characters in a string
print map { "$_\n" } $string =~ /.{1,5}/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Counting characters in a string
by ysth (Canon) on Feb 06, 2004 at 16:02 UTC | |
by valentin (Abbot) on Feb 06, 2004 at 16:15 UTC |