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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: refile Chapter 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: refile Perl in a Nutshell Next: Reference: select_label
Reference: refile Book Index Reference: select_label