On July 25, 2003 at 15:04, "Irubin Consulting" wrote:

> I am attempting to setup your script, and am unclear about the following
> three items. Your help is appreciated.
> 
> ## Path to mbox file
> $mbox = $mhonarc.'/mbox/demo';

The '.' (dot) is a the string concatenation operator in Perl.
Therefore, by default, $mbox is being set to the path represented by
the variable $mhonarc with "/mbox/demo".  In your case, you will
want to change this to reflect the full pathname to your mailbox
file.

--ewh

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-USERS

Reply via email to