use strict; use XML::Simple; my $xml = q( nope ); my $ref = eval { XMLin( $xml ) }; print $@ if($@); print "About to exit\n"; #exit(0);