That's what Data::Dumper was designed for:
use Data::Dumper; $Data::Dumper::Indent=1; ... my $entity = $parser->parse_data($msg); print Data::Dumper->Dump([$entity], [qw($entity)]);
Thankyou...
I rarely use Data::Dumper - Only used it once or twice before
Ive got it to loop now - finding the lines I need - Thanks ;)
(the message - & any attachments..)
G
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
