Thread Bug in Text::vCard???
(6 answers)
Opened by harvey at 2009-03-26 16:56
Probier mal
Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 my $vcard = Text::vCard::Addressbook->new()->add_vcard(); # Add a node to it my $address = $vcard->add_node({ 'node_type' => 'ADR', }); # Add some data to the address. $address->street('19 The mews'); $address->city('Buffyvill'); OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |