Hi, it's 'Email::Find'. You can get information on this from: http://search.cpan.org/author/MIYAGAWA/Email-Find-0.09/lib/Email/Find.pm
If ppm doesn't work, try 'perl -MCPAN -s shell'. Cheers! -----Original Message----- From: Dillon, John [mailto:[EMAIL PROTECTED] Sent: 25 September 2003 11:24 To: [EMAIL PROTECTED] Subject: RE: Getting started in Perl for Windows What I am eventually trying to do is get the email addresses from my Outlook into a list. I found the following example for Eudora which I want to adapt, unless you know an easier way: perl -Memail::find -ne 'email::find->new(sub { print shift->address, "\n" })->find(\$_)' file.mbx > output.txt where file.mbx becomes something like myfolder.pst. Having just installed Perl 5.8.0, I understand I need to install email::find with the following command from dos: ppm.bat install email::find I navigated to the c:\Perl\bin directory, where ppm.bat is, and typed the above and got: "searching for email::find returned no results, try a broader search". Could anyone suggest: (1) whether I am on the right track with the above code beginning perl -Memail (2) how I install email::find Thanks. John http://www.cantor.com CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are confidential. If you are not the named recipient please notify the sender and immediately delete it. You may not disseminate, distribute, or forward this e-mail message or disclose its contents to anybody else. Copyright and any other intellectual property rights in its contents are the sole property of Cantor Fitzgerald. E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. Although we routinely screen for viruses, addressees should check this e-mail and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this e-mail or any attachments. Please note that to ensure regulatory compliance and for the protection of our customers and business, we may monitor and read e-mails sent to and from our server(s). For further important information, please read the Important Legal Information and Legal Statement at http://www.cantor.com/legal_information.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]