Re: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Tom Hutchison

I'm running 5.8.8, no issues.

Of course I am using the commands -quiet to suppress errors from displaying. 
I think you can also add, -stderr path/to/your/errorlog.txt to log the 
errors in a file. Just create an empty .txt file and add it to your 
commands.


Tom 



Re: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Jym Dyer
=v= If the issue is that you've upgraded to Perl 6, you can put
something like this in your .bashrc or similar startup file:

  export PERL6OPT='-M-warnings=deprecated'

Or for csh users:

  setenv PERL6OPT '-M-warnings=deprecated'

It would be PERL5OPT if you're using a particularly recent
version of Perl 5 instead of Perl 6.

=v= This is the quickest way to turn off deprecation errors
BUT BEWARE that they'll be turned off for as long as you leave
the line sitting in your .bashrc (possibly years and years,
which wouldn't be a good idea at all).
<_Jym_>



RE: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Andrew W Young
So it sounds like two possible solutions exist:

1) Wait for a new release of MHonArc which is compatible with current versions 
of Perl

Or

2) Downgrade to and install an old version of Perl which is known compatible 
with MHonArc.  Which Perl version should I go for?

Option (2) sounds quickest and easiest.

-- 

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/

Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX 
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404



-Original Message-
From: owner-mhonarc-us...@mhonarc.org [mailto:owner-mhonarc-us...@mhonarc.org] 
On Behalf Of Alex Teslik
Sent: 21 February 2012 21:57
To: mhonarc-users@mhonarc.org
Subject: RE: MHonArc throwing lots of deprecated errors

We still use it on the OpenWebMail project. These errors are caused by newer
versions of Perl deprecating syntax. The mhonarc files simply need to be
updated to the new syntax.

Earl Hood is the maintainer. He's pretty good about getting back via the list,
so he must simply be busy right now I would guess.

Thanks
Alex

On Tue, 21 Feb 2012 16:19:48 -0500, Andrew W Young wrote
> Is MHonArc out of support now or does anyone still use it?  Anyone 
> know where I can get any help on this?  Thanks!
> 
> --
> 
> Andrew Young
> 
> Mobile: 07014 219100
> E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
> [cid:image001.png@01CCF0DE.8A52A620]
> 
> Andrew Young Technology Ltd
> 376 The Meadway, Tilehurst, READING  RG30 4NX  UK
> Tel: 020 7183 2340   Fax: 020 7183 2341
> Web: http://www.andrew-young.com/
> 
> Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
> Registered in England and Wales as Andrew Young Technology Ltd   
> Registered number 5655449  VAT registered number 881626404
> 
> From: owner-mhonarc-us...@mhonarc.org [mailto:owner-mhonarc-
> us...@mhonarc.org] On Behalf Of Andrew W Young Sent: 18 February 
> 2012 12:01 To: mhonarc-users@mhonarc.org Subject: RE: MHonArc 
> throwing lots of deprecated errors
> 
> Anyone know the fix for this?
> 
> Many thanks for any help.
> 
> --
> 
> Andrew Young
> 
> Mobile: 07014 219100
> E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
> [cid:image001.png@01CCF0DE.8A52A620]
> 
> Andrew Young Technology Ltd
> 376 The Meadway, Tilehurst, READING  RG30 4NX  UK
> Tel: 020 7183 2340   Fax: 020 7183 2341
> Web: http://www.andrew-young.com/
> 
> Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
> Registered in England and Wales as Andrew Young Technology Ltd   
> Registered number 5655449  VAT registered number 881626404
> 
> From: owner-mhonarc-us...@mhonarc.org<mailto:owner-mhonarc-
> us...@mhonarc.org> [mailto:owner-mhonarc-
> us...@mhonarc.org]<mailto:[mailto:owner-mhonarc-us...@mhonarc.org]> 
> On Behalf Of Andrew W Young Sent: 16 February 2012 21:47 To: mhonarc-
> us...@mhonarc.org<mailto:mhonarc-users@mhonarc.org> Subject: MHonArc 
> throwing lots of deprecated errors
> 
> I am having trouble making MHonArc run successfully.
> 
> I have installed it on Windows 7 64-bit with ActivePerl 5.14.2.1402 
> (tried both 32 bit and 64 bit) and MHonArc 2.6.18 (tried 2.6.16 as 
> well).
> 
> I have further tried Strawberry Perl 5.12.3.0.
> 
> With all combinations this is the error:
> 
> __
> 
> C:\D-drive\mhonarc-work\list-output>mhonarc c:\D-drive\mhonarc-work\list
> defined(%hash) is deprecated at C:\Perl\site\lib/mhamain.pl line 1564.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/mhopt.pl line 867.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 120.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 122.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 156.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 158.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 183.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 185.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl

RE: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Alex Teslik
We still use it on the OpenWebMail project. These errors are caused by newer
versions of Perl deprecating syntax. The mhonarc files simply need to be
updated to the new syntax.

Earl Hood is the maintainer. He's pretty good about getting back via the list,
so he must simply be busy right now I would guess.

Thanks
Alex

On Tue, 21 Feb 2012 16:19:48 -0500, Andrew W Young wrote
> Is MHonArc out of support now or does anyone still use it?  Anyone 
> know where I can get any help on this?  Thanks!
> 
> --
> 
> Andrew Young
> 
> Mobile: 07014 219100
> E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
> [cid:image001.png@01CCF0DE.8A52A620]
> 
> Andrew Young Technology Ltd
> 376 The Meadway, Tilehurst, READING  RG30 4NX  UK
> Tel: 020 7183 2340   Fax: 020 7183 2341
> Web: http://www.andrew-young.com/
> 
> Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
> Registered in England and Wales as Andrew Young Technology Ltd   
> Registered number 5655449  VAT registered number 881626404
> 
> From: owner-mhonarc-us...@mhonarc.org [mailto:owner-mhonarc-
> us...@mhonarc.org] On Behalf Of Andrew W Young Sent: 18 February 
> 2012 12:01 To: mhonarc-users@mhonarc.org Subject: RE: MHonArc 
> throwing lots of deprecated errors
> 
> Anyone know the fix for this?
> 
> Many thanks for any help.
> 
> --
> 
> Andrew Young
> 
> Mobile: 07014 219100
> E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
> [cid:image001.png@01CCF0DE.8A52A620]
> 
> Andrew Young Technology Ltd
> 376 The Meadway, Tilehurst, READING  RG30 4NX  UK
> Tel: 020 7183 2340   Fax: 020 7183 2341
> Web: http://www.andrew-young.com/
> 
> Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
> Registered in England and Wales as Andrew Young Technology Ltd   
> Registered number 5655449  VAT registered number 881626404
> 
> From: owner-mhonarc-us...@mhonarc.org<mailto:owner-mhonarc-
> us...@mhonarc.org> [mailto:owner-mhonarc-
> us...@mhonarc.org]<mailto:[mailto:owner-mhonarc-us...@mhonarc.org]> 
> On Behalf Of Andrew W Young Sent: 16 February 2012 21:47 To: mhonarc-
> us...@mhonarc.org<mailto:mhonarc-users@mhonarc.org> Subject: MHonArc 
> throwing lots of deprecated errors
> 
> I am having trouble making MHonArc run successfully.
> 
> I have installed it on Windows 7 64-bit with ActivePerl 5.14.2.1402 
> (tried both 32 bit and 64 bit) and MHonArc 2.6.18 (tried 2.6.16 as 
> well).
> 
> I have further tried Strawberry Perl 5.12.3.0.
> 
> With all combinations this is the error:
> 
> __
> 
> C:\D-drive\mhonarc-work\list-output>mhonarc c:\D-drive\mhonarc-work\list
> defined(%hash) is deprecated at C:\Perl\site\lib/mhamain.pl line 1564.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/mhopt.pl line 867.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 120.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 122.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 156.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 158.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 183.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 185.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 199.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 209.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 223.
> (Maybe you should just omit the defined()?) defined(%hash) 
> is deprecated at C:\Perl\site\lib/readmail.pl line 234.
> (Maybe you should just omit the defined()?) This is MHonArc 
> v2.6.18, Perl 5.014002 MSWin32 Converting messages to . Reading c:\D-
> drive\mhonarc-work\list
> 
> Writing mail
> Writing .\maillist.html ...
> Writing .\threads.html ...
> Writing database ...
> 0 total messages
> 
> C:\D-drive\mhonarc-work\list-output>
> __
> 
> How do I fix this?
> 
> --
> 
> Andrew Young
> 
> Mobile: 07014 219100
> E-mail: and...@andrew-young.com<mailto:and...@andrew-young.c

RE: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Andrew W Young
Is MHonArc out of support now or does anyone still use it?  Anyone know where I 
can get any help on this?  Thanks!

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
[cid:image001.png@01CCF0DE.8A52A620]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


From: owner-mhonarc-us...@mhonarc.org [mailto:owner-mhonarc-us...@mhonarc.org] 
On Behalf Of Andrew W Young
Sent: 18 February 2012 12:01
To: mhonarc-users@mhonarc.org
Subject: RE: MHonArc throwing lots of deprecated errors

Anyone know the fix for this?

Many thanks for any help.

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
[cid:image001.png@01CCF0DE.8A52A620]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


From: owner-mhonarc-us...@mhonarc.org<mailto:owner-mhonarc-us...@mhonarc.org> 
[mailto:owner-mhonarc-us...@mhonarc.org]<mailto:[mailto:owner-mhonarc-us...@mhonarc.org]>
 On Behalf Of Andrew W Young
Sent: 16 February 2012 21:47
To: mhonarc-users@mhonarc.org<mailto:mhonarc-users@mhonarc.org>
Subject: MHonArc throwing lots of deprecated errors

I am having trouble making MHonArc run successfully.

I have installed it on Windows 7 64-bit with ActivePerl 5.14.2.1402 (tried both 
32 bit and 64 bit) and MHonArc 2.6.18 (tried 2.6.16 as well).

I have further tried Strawberry Perl 5.12.3.0.

With all combinations this is the error:

__

C:\D-drive\mhonarc-work\list-output>mhonarc c:\D-drive\mhonarc-work\list
defined(%hash) is deprecated at C:\Perl\site\lib/mhamain.pl line 1564.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/mhopt.pl line 867.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 120.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 122.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 156.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 158.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 183.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 185.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 199.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 209.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 223.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 234.
(Maybe you should just omit the defined()?)
This is MHonArc v2.6.18, Perl 5.014002 MSWin32
Converting messages to .
Reading c:\D-drive\mhonarc-work\list

Writing mail
Writing .\maillist.html ...
Writing .\threads.html ...
Writing database ...
0 total messages

C:\D-drive\mhonarc-work\list-output>
__

How do I fix this?

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
[cid:image001.png@01CCF0DE.8A52A620]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


<>

RE: MHonArc throwing lots of deprecated errors

2012-02-18 Thread Andrew W Young
Anyone know the fix for this?

Many thanks for any help.

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
[cid:image001.png@01CCEE35.02E9B5D0]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


From: owner-mhonarc-us...@mhonarc.org [mailto:owner-mhonarc-us...@mhonarc.org] 
On Behalf Of Andrew W Young
Sent: 16 February 2012 21:47
To: mhonarc-users@mhonarc.org
Subject: MHonArc throwing lots of deprecated errors

I am having trouble making MHonArc run successfully.

I have installed it on Windows 7 64-bit with ActivePerl 5.14.2.1402 (tried both 
32 bit and 64 bit) and MHonArc 2.6.18 (tried 2.6.16 as well).

I have further tried Strawberry Perl 5.12.3.0.

With all combinations this is the error:

__

C:\D-drive\mhonarc-work\list-output>mhonarc c:\D-drive\mhonarc-work\list
defined(%hash) is deprecated at C:\Perl\site\lib/mhamain.pl line 1564.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/mhopt.pl line 867.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 120.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 122.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 156.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 158.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 183.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 185.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 199.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 209.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 223.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 234.
(Maybe you should just omit the defined()?)
This is MHonArc v2.6.18, Perl 5.014002 MSWin32
Converting messages to .
Reading c:\D-drive\mhonarc-work\list

Writing mail
Writing .\maillist.html ...
Writing .\threads.html ...
Writing database ...
0 total messages

C:\D-drive\mhonarc-work\list-output>
__

How do I fix this?

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com<mailto:and...@andrew-young.com>
[cid:image001.png@01CCEE35.02E9B5D0]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


<>

MHonArc throwing lots of deprecated errors

2012-02-16 Thread Andrew W Young
I am having trouble making MHonArc run successfully.

I have installed it on Windows 7 64-bit with ActivePerl 5.14.2.1402 (tried both 
32 bit and 64 bit) and MHonArc 2.6.18 (tried 2.6.16 as well).

I have further tried Strawberry Perl 5.12.3.0.

With all combinations this is the error:

__

C:\D-drive\mhonarc-work\list-output>mhonarc c:\D-drive\mhonarc-work\list
defined(%hash) is deprecated at C:\Perl\site\lib/mhamain.pl line 1564.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/mhopt.pl line 867.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 120.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 122.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 156.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 158.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 183.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 185.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 199.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 209.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 223.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at C:\Perl\site\lib/readmail.pl line 234.
(Maybe you should just omit the defined()?)
This is MHonArc v2.6.18, Perl 5.014002 MSWin32
Converting messages to .
Reading c:\D-drive\mhonarc-work\list

Writing mail
Writing .\maillist.html ...
Writing .\threads.html ...
Writing database ...
0 total messages

C:\D-drive\mhonarc-work\list-output>
__

How do I fix this?

--

Andrew Young

Mobile: 07014 219100
E-mail: and...@andrew-young.com
[cid:image001.png@01CCECF4.77EEDD20]

Andrew Young Technology Ltd
376 The Meadway, Tilehurst, READING  RG30 4NX  UK
Tel: 020 7183 2340   Fax: 020 7183 2341
Web: http://www.andrew-young.com/


Registered Office at  376 The Meadway, Tilehurst, READING  RG30 4NX
Registered in England and Wales as Andrew Young Technology Ltd   Registered 
number 5655449  VAT registered number 881626404


<>