Thread Bug in Text::vCard??? (6 answers)
Opened by harvey at 2009-03-26 16:56

renee
 2009-03-26 17:41
#119857 #119857
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
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/

View full thread Bug in Text::vCard???