
phone2yaml - Convert a Palm phone book to YAML

phone2yaml phone.tab > phone.yaml

This program will convert a Palm Pilot phonebook .tab file (tab separated values) into YAML format. The output can then be easily processed by using YAML in your favorite programming language. (Like YAML.pm for Perl) Personally I just grep the YAML file, when I need a phone number.

Brian Ingerson <ingy@cpan.org>

Copyright 2002, Brian Ingerson - All rights reserved
You may use this hack under the same terms as Perl itself.