1Swatch::Actions(3) User Contributed Perl Documentation Swatch::Actions(3)
2
3
4
6 Swatch::Actions - actions for swatch(1)
7
9 use Swatch::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
22 E. Todd Atkins - Todd.Atkins@StanfordAlumni.ORG
23
25 swatch(1), Term::ANSIColor(1), perl(1).
26
27
28
29perl v5.12.1 2006-05-02 Swatch::Actions(3)