I have a perl program that successfully processes a set of text files.
So far, the UI is to pass the incoming text file to the program on the
command line.
Users want an icon on their desktops, and they want to drag the text
file onto this icon, in order to process the file.
I have not been able
Hi All!
I need to extract attachments from mail in Perl
this i can do,but filenames when in cyrillic are wrong
typical filename in mail message looks like
my $name="=?UTF-8?B?0L8xX9C80LXRgdGP0YfQvdCw0Y8ucnRm?=";
i need to convert this to utf8 and then to cp1251
How precisely to do this ?
_