Swatch::Actions.3pm

Langue: en

Autres versions - même langue

Version: 2004-07-19 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Swatch::Actions - actions for swatch(1)

SYNOPSIS

   use Swatch::Actions
 
   ring_bell(RINGS => $number_of_times_to_ring,
             DELAY => $delay_in_seconds,
             WHEN => $time_window);
 
   echo(MESSAGE => 'some text', MODES => @modes);
 
   exec(COMMAND => $command_string,
        WHEN => $time_window);
 
 

DESCRIPTION

AUTHOR

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

SEE ALSO

swatch(1), Term::ANSIColor(1), perl(1).