The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

X11::IdleTime - Get the idle time of X11

SYNOPSIS

   use X11::IdleTime;

   $idle = GetIdleTime();

   print "Your mouse and keyboard have been idle for $idle seconds.\n";

DESCRIPTION

The X11::IdleTime module is useful for checking how long the user has been idle.

AUTHOR

Adam Wendt <thelsdj@gmail.com> (http://blog.thelsdj.org/)

COPYRIGHT

Copyright 2003-2008 Adam Wendt <thelsdj@gmail.com>

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