Ævar Arnfjörð Bjarmason > Linux-Apple-Laptop-LED-0.06 > lapled

Download:
Linux-Apple-Laptop-LED-0.06.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

lapled - Control the front LED on Apple laptops under Linux

SYNOPSIS ^

    lapled on $((10**5))  # turn it on for 0.1 seconds
    lapled on             # keep it on
    lapled off $((10**6)) # turn it off for a second
    lapled off            # keep it off

DESCRIPTION ^

Switches the laptop LED on Apple laptops running Linux on and off. Can optionally turn the LED back on/off after a given number of microseconds.

OPTIONS ^

-h, --help

Print a usage message listing all available options

SEE ALSO ^

Linux::Apple::Laptop::LED

AUTHOR ^

Ævar Arnfjörð Bjarmason <avar@cpan.org>

LICENSE ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.