Thread Palm::PDB && Palm::Address (12 answers)
Opened by the_brain at 2005-03-30 16:51

ptk
 2005-03-30 17:22
#53092 #53092
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
[quote=the_brain,30.03.2005, 14:51]
Code: (dl )
1
2
3
4
5
        eval "use Palm::PDB";
eval "use Palm::Address";
if ( ! $@ )
{
[/quote]
Wahrscheinlich keine Loesung fuer dein Problem, aber: Wenn Palm::PDB nicht gefunden wird, laeuft dein Skript trotzdem durch! Besser beide use-Statements in ein eval packen.

View full thread Palm::PDB && Palm::Address