
orange
User
Apr 4, 2012, 2:21 AM
Post #1 of 1
(814 views)
|
Convert::TNEF problem with AttachTitle attribute
|
Can't Post
|
|
I have a problem with AttachTitle attribute of TNEF attachment; Convert::TNEF wont read filename:
my $tnef = Convert::TNEF->read_in("tnefile.dat",{output_dir=>"\\tnef"}) or die $Convert::TNEF::errstr; @attachments = $tnef->attachments; print $attachments[0]->data('AttachTitle'); print $attachments[0]->longname; it says 'Use of uninitialized value in print, blabla' :( what am I doing wrong? edit: its ok, sorry. I've checked the debug output and tnef attachment simply has no title in that attribute.
(This post was edited by orange on Apr 4, 2012, 2:53 AM)
|