start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: get_option Chapter 14
Email Connectivity
Next: Reference: is_readonly
 

inverse_select

 $

folder


->inverse_select
(\$

func_ref

)

Returns a list, in no specific order, of message numbers that do not match a set of criteria. The argument, \$func_ref , is a reference to a function used to determine the criteria. The function is passed a reference to a Mail::Internet object containing only a header.


Previous: Reference: get_option Perl in a Nutshell Next: Reference: is_readonly
Reference: get_option Book Index Reference: is_readonly