You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting an error on a file latin1.vcf in the test directory of the directory.
pi@raspberrypi:~/vcard $ perl process.pl latin1.vcf
Can't call method "family" on an undefined value at /usr/local/share/perl/5.20.2/vCard/AddressBook.pm line 208.
where process.pl is:
use vCard::AddressBook;
my $fn = shift;
my $ab = vCard::AddressBook->new();
$ab->load_file($fn); # throws error here.
Not sure if this is by design or by error.
The text was updated successfully, but these errors were encountered:
Getting an error on a file latin1.vcf in the test directory of the directory.
where process.pl is:
Not sure if this is by design or by error.
The text was updated successfully, but these errors were encountered: