On July 4, 1999 at 01:34, Gunnar Hjalmarsson wrote:
> When creating (or adding to) an archive, a "\" is inserted before the
> file name instead of "/". For instance, the command
>
> mhonarc -outdir .../misc/archive .../inbox
>
> results in the file archive\maillist.html being created in the /misc
> folder instead of the maillist.html file being created in the
> /misc/archive folder.
It appears MHonArc believes it is under a Win environment.
> Perl version: 5.004_01
This is a suspect version. You may want to upgrade Perl.
> MHonArc version: 2.4.0
> Unix "uname -a" => BSD/OS www4.1-host.com 3.1 BSDI BSD/OS 3.1
> Virtual Kernel #17:
> Tue Dec 22 10:30:12 MST 1998
> root:/usr/src/sys/compile/VKERN i386
>
> Any help would be appreciated.
What does the following command output:
perl -e 'print $^O, "\n";'
Also, what does:
perl -V
output?
--ewh