1Swatchdog::Actions(3) User Contributed Perl DocumentationSwatchdog::Actions(3)
2
3
4

NAME

6       Swatchdog::Actions - actions for swatchdog(1)
7

SYNOPSIS

9         use Swatchdog::Actions
10
11         ring_bell(RINGS => $number_of_times_to_ring,
12                   DELAY => $delay_in_seconds,
13                   WHEN => $time_window);
14
15         echo(MESSAGE => 'some text', MODES => @modes);
16
17         exec(COMMAND => $command_string,
18              WHEN => $time_window);
19

DESCRIPTION

AUTHOR

22       E. Todd Atkins - Todd.Atkins@StanfordAlumni.ORG
23

SEE ALSO

25       swatchdog(1), Term::ANSIColor(1), perl(1).
26
27
28
29perl v5.36.1                      2023-08-04             Swatchdog::Actions(3)
Impressum