Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: refileChapter 14
Email Connectivity
Next: Reference: select_label
 

select

 $folder->select(\$func_ref)

Returns a list of messages that meet 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. The list is returned in no specific order.


Previous: Reference: refilePerl in a NutshellNext: Reference: select_label
Reference: refileBook IndexReference: select_label