Leser: 15
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/perl use strict ; use warnings ; use WebService::Prowl ; my $ws = WebService::Prowl->new(apikey => "111111111111111111"); $ws->verify || die $ws->error(); $ws->add(application => "TegeÜÜ", event => "GeburtstagÜÜ", description => "GeburtstagÜÜ") ;