mhonarc-users

Re: Call MHonArc from a perl script

2001-01-19 08:51:57
"leo.ufv" wrote:

Is there a better way to call MHonArc?

You might want to try:

    unshift(@INC, /path/to/mhonarc/library);
    require 'mhamain.pl';
    mhonarc::initialize();
    mhonarc::process_input(
        '-quiet',
        '-add',
        '-outdir', /usr/local/apache/share/htdocs/ljs/outbox,
        /usr/local/apache/share/htdocs/users/ljs/inbox
    );

/ Gunnar

<Prev in Thread] Current Thread [Next in Thread>