Recently I wanted to sync my contact list from Google Mail to my old Samsung
Gleam SCH-U700 via Bluetooth. From Google Mail I exported a single vCard file
containing 170 individual contacts. I tried to send the that single file to my
phone, but the end result was that the phone only imported the first contact
from the vCard. So I realized that I needed to split the vCard into multiple
files where each contained only one contact. Since vCard is a stardard format I
knew I could write a Perl script to do the work for me. Like any smart person, I
first googled the problem, but all I found was a non-working Perl script. I
fixed the script up and here it is.