Thank you all for your response.
I added those modules in the program and now it works fine.

Octavian

----- Original Message ----- 
From: "Thurn, Martin" <[EMAIL PROTECTED]>
To: "Octavian Rasnita" <[EMAIL PROTECTED]>; 
<[email protected]>
Cc: "Thurn, Martin" <[EMAIL PROTECTED]>
Sent: Monday, March 17, 2008 3:57 PM
Subject: RE: PDK doesn't work well with Text::Unidecode?


Text::Unidecode does run-time 'require' of modules.  There's no way for
perlapp to know at compile time what modules will be needed at runtime,
of course.  You'll have to add explicit 'use Text::Unidecode::x01' (or
perlapp --add) for every bank you think you'll need.  (No, I don't know
what a bank is, I just glanced at the Unidecode.pm source code)

 - - Martin


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Octavian Rasnita
Sent: Saturday, March 15, 2008 08:59
To: [email protected]
Subject: PDK doesn't work well with Text::Unidecode?

...Am I doing something wrong? Can I do something to make it work? Or
PDK
doesn't work with Text::Unidecode?

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to