… | |
… | |
193 | and die "Linux::Clone::configure_looopback: unable to bring up loopback interface: $!\n"; |
193 | and die "Linux::Clone::configure_looopback: unable to bring up loopback interface: $!\n"; |
194 | } |
194 | } |
195 | |
195 | |
196 | 1; |
196 | 1; |
197 | |
197 | |
|
|
198 | =head1 SEE ALSO |
|
|
199 | |
|
|
200 | L<IO::AIO> has some related functions, such as C<pidfd_send_signal>, and |
|
|
201 | some unrelated fucntions that might be useful. |
|
|
202 | |
198 | =head1 AUTHOR |
203 | =head1 AUTHOR |
199 | |
204 | |
200 | Marc Lehmann <schmorp@schmorp.de> |
205 | Marc Lehmann <schmorp@schmorp.de> |
201 | http://home.schmorp.de/ |
206 | http://home.schmorp.de/ |
202 | |
207 | |