On Tue, Jan 29, 2002 at 10:54:14AM +0100, Joerg Ziefle wrote:
> 
> * Where is the empty searchlist behaviour with the 'c' switch of the y/// operator 
>documented (using y///c to count characters)?

It is documented in perlop that y///c is equivalent to y/\000-\377//
and that y returns number of matches.

-- 
------------------------------------------------------------------------
 Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/
   .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, DBD::XBase.
------------------------------------------------------------------------

Reply via email to