aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-growl-any.pl
diff options
context:
space:
mode:
Diffstat (limited to 'template/perl/snip-growl-any.pl')
-rw-r--r--template/perl/snip-growl-any.pl5
1 files changed, 5 insertions, 0 deletions
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!');