Help for this page

Select Code to Download


  1. or download this
    my $given_item = {
        'Criteria' => 'OR',
    ...
    };
    
    my ($item, $future_use) = search_mail($given_item);
    
  2. or download this
    use strict; 
    use Win32::OLE;
    ...
        $filter =~ s/ $criteria $//;
        return $filter;
    }