From fe0d4e7fcb5da4b04098257af8285e4cd3217fd2 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 15 Nov 2011 11:58:45 +0900 Subject: add some. --- template/perl/snip-growl-any.pl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 template/perl/snip-growl-any.pl (limited to 'template/perl/snip-growl-any.pl') diff --git a/template/perl/snip-growl-any.pl b/template/perl/snip-growl-any.pl new file mode 100644 index 0000000..3c8a325 --- /dev/null +++ b/template/perl/snip-growl-any.pl @@ -0,0 +1,5 @@ +my $growl = Growl::Any->new( + appname => '{{_cursor_}}', + events => ['Error'] +); +#$growl->notify('Error', 'Failed to do it!'); -- cgit v1.2.3-54-g00ecf