Philippe M. Chiasson wrote:

> Here you go:


thanks


> /home/gozer/sources/mod_perl2/deps/perl/bin/perl build/cvsdiff 
> Index: docs/src/api/mod_perl-2.0/APR/Table.pod

> +  $table->do(sub {[...]}, [@filter]);


SYNOPSIS usually shows a real example and not an API declaration, would 
something like this fit in here:

   $table->do sub { print "key $_[0], value $_[1]\n"}, @valid_keys);


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to