Hostfile::Manager(3pm) | User Contributed Perl Documentation | Hostfile::Manager(3pm) |
Hostfile::Manager - Manage a hostfile by composing multiple fragments into a whole.
use Hostfile::Manager; $manager = Hostfile::Manager->new; $manager->enable_fragment($fragment_name); $manager->write_hostfile;
Copyright (c) 2010-11,2018 Anthony J. Mirabella. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Anthony J. Mirabella <mirabeaj AT gmail DOT com>
2022-11-19 | perl v5.36.0 |