[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Mail::Util question



Trying to run this test script

------
#! perl -w

use Mail::Util qw(read_mbox);

@msg = read_mbox("HD:User Files:KP:Eudora mailboxes and settings:In");
print join("",@{$msg[$#msg]})."\n";
------

gives the following:

--
# Subroutine Version redefined.
File 'HD:Applications & Utilities:MacPerl 5.1.3r2:lib:Mail:Util.pm'; Line 13
# cannot open 'HD:User Files:KP:Eudora mailboxes and settings:In': Invalid
argument

File 'Dev:Pseudo'; Line 5
--

The path is correct, and I do have the FileHandle module.  I'm new to this
-- what am I missing?

Ken Pierce