![]() |
mhonarc-users
|
Re: Call MHonArc from a perl script2001-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
|
|
||||||||||||||||