GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Config::Model::Lister(3) User Contributed Perl Documentation Config::Model::Lister(3)

Config::Model::Lister - List available models and applications

version 2.149

 perl -MConfig::Model::Lister -e'print Config::Model::Lister::models;'

 perl -MConfig::Model::Lister -e'print Config::Model::Lister::applications;'

Small modules to list available models or applications whose config can be edited by cme. This module is designed to be used by bash completion.

All functions accept an optional boolean parameter. When true, only the local "lib" dir is scanned.

Returns an array of 3 hash refs:
  • category (system or user or application) => application list. E.g.

     { system => [ 'popcon' , 'fstab'] }
        
  • application name to model information. E.g.

     { 'multistrap' => { model => 'Multistrap', require_config_file => 1 }
        
  • application name to model name. E.g.

     { popcon => 'Popcon', 'multistrap' => 'Multistrap' }
        

Returns a string with the list of models.

Returns a string with the list of editable applications.

Dominique Dumont

This software is Copyright (c) 2005-2022 by Dominique Dumont.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.