Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Spanish AddressBook

by nathanvit (Beadle)
on Mar 25, 2003 at 11:27 UTC ( [id://245647]=perlquestion: print w/replies, xml ) Need Help??

nathanvit has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

sorry for my bad english ;-) I've a PalmVx with SpanishPalmOS3.5 and i would like to syncronize it width AddressBook module to an ASCII file. The module starts to dump Palm AddressBook at the first record from "Name","Surname"... but it stops at "Zip Code". I think the problem could be the name of "Zip Code" in Spanish as a strange accent: "Código Postal". Should it be the problem?

Code is:
use AddressBook; $a = AddressBook->new(source => "PDB",port=>"/dev/pilot"); while($entry=$a->read){ print "Nome: ", $entry->dump ,"\n\n"; }

20030325 Edit by Corion: Added code tags, removed linebreaks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://245647]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 22:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found