I use Unicode::Map8 and have no probs,.. try that module..
With best wishes,
Dmitry Nikolayev
http://perl.dp.ua
"Ing. Branislav Gerzo" <[EMAIL PROTECTED]> ???/ ?
?: news:[EMAIL PROTECTED]
> Hi beginners@perl.org,
>
> how can I convert so
As I heard,.. the probs with network cards in FUNET...
Should be working ok soon...
With best wishes,
Dmitry Nikolayev
http://perl.dp.ua
"Harsh Busa" <[EMAIL PROTECTED]> ???/ ? ?:
news:[EMAIL PROTECTED]
> again i m facing issues with connecting
Of course, you can make the same with your example:
my @addresses = Mail::Address->parse('"blah blach"
<[EMAIL PROTECTED]>');
print $addresses[0];
The result should be: [EMAIL PROTECTED]
With best wishes,
Dmitry Nikolayev
&qu
Mail::Address is the module you're searching for, I hope..
my @addresses = Mail::Address->parse($head->get('To'));
$head is a header object, as you understood....
With best wishes,
Dmitry Nikolayev
"Andrew Black" <[EMAIL PROTECTED]> ???/ ? ?
Hello!
The prob with GD and PPM is maybe you're using perl 5.6(the same prob was
with DBD::mysql) from Activestate?
I used perl 5.8.4 from them and there were no probs... Try to upgrade perl,
if I'm right about your perl version.
With best wishes,
Dmitry Nikolayev
"Mark