NAME
Sys::ForkAsync - Simple async one-time job
SYNOPSIS
use Sys::ForkAsync;
my $Mod = Sys::ForkAsync::->new();
DESCRIPTION
Run a system command asynchronous.
NAME
Sys::ForkAsync - Run async commands
SUBROUTINES/METHODS
dispatch
Run the command in its own fork.
EAGAIN
Imported from Errno.
1; # End of Linux::ForkAsync
AUTHOR
Dominik Schulz <tex@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.