Skip to content

Instantly share code, notes, and snippets.

@mattn
Created March 18, 2011 05:01
Show Gist options
  • Save mattn/875644 to your computer and use it in GitHub Desktop.
Save mattn/875644 to your computer and use it in GitHub Desktop.
#!perl
use strict;
use warnings;
use Growl::Any;
my $growl = Growl::Any->new( appname => 'foo', events => ['bar'] );
$growl->notify( 'bar', 'baz', '...' );
warn $growl->backend;
@mattn
Copy link
Author

mattn commented Mar 18, 2011

うむ...ちょっと考えてきます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment