in reply to
Counting number of characters in a string
$str =~ s/.*//; print 0;
[download]
Comment on
Re: Counting number of characters in a string
Download
Code
Replies are listed 'Best First'.
Re: Re: Counting number of characters in a string
by
japhy
(Canon)
on Mar 13, 2001 at 02:39 UTC
s/.*//s
, silly.
japhy
--
Perl and Regex Hacker
[reply]
In Section
Seekers of Perl Wisdom