Re: converting from CP1250 to ASCII

2005-01-26 Thread Dmitry Nikolayev
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

Re: search.cpan down :(

2005-01-23 Thread Dmitry Nikolayev
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

Re: Extracting and email address

2005-01-21 Thread Dmitry Nikolayev
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

Re: Extracting and email address

2005-01-21 Thread Dmitry Nikolayev
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]> ???/ ? ?

Re: GD module not found using PPM

2005-01-21 Thread Dmitry Nikolayev
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