in reply to Counting number of characters in a string

$str =~ s/.*//; print 0;

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