in reply to Re^2: Perl 5.8 to 5.16 and HASH error (mod)
in thread Perl 5.8 to 5.16 and HASH error

In your original node, you only actual show a couple of modules being used:

use strict; use XML::Simpl­e;

I wasn't thinking the problem was due to strict.pm changes.

I believe the data structure that is no longer in the same shape that it used to be in is one being generated by that other module.

You might want to compare the version numbers of that module and even read the Changes file for that module.

- tye        

Replies are listed 'Best First'.
Re^4: Perl 5.8 to 5.16 and HASH error (mod)
by robsgoingmad (Initiate) on Sep 14, 2012 at 18:09 UTC

    Hi

    I am going to go away and check the data

    Back in touch when I have checked

    Have a good weekend

    Regards

    Rob