Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: get_optionChapter 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_optionPerl in a NutshellNext: Reference: is_readonly
Reference: get_optionBook IndexReference: is_readonly