http://www.perlmonks.org?node_id=1084208


in reply to Re^4: Perl XML::Smart Out of memory! error
in thread Perl XML::Smart Out of memory! error

block eval, like  $f[3] = eval { $elt->first_child('Description[@langid="1"]')->att('Value'); }; so if there is no first_child ... and no att value ... the program keeps going