Man Page: config::model::lister
Operating Environment: debian
Section: 3pm
Config::Model::Lister(3pm) User Contributed Perl Documentation Config::Model::Lister(3pm)NAMEConfig::Model::Lister - List available models and applicationsVERSIONversion 2.021SYNOPSISperl -MConfig::Model::Lister -e'print Config::Model::Lister::models;' perl -MConfig::Model::Lister -e'print Config::Model::Lister::applications;'DESCRIPTIONSmall modules to list available models or applications whose config can be edited by config-edit. This module is designed to be used by bash completion.FUNCTIONSavailable_models Returns an array of 3 hash refs: o category (system or user or application) => application list. E.g. { system => [ 'popcon' , 'fstab'] } o application => { model => 'model_name', ... } o application => model_name models Returns a string with the list of models. applications Returns a string with the list of editable applications.SUPPORTCPAN RT system, Debian BTS or mailing list.AUTHORCopyright 2011 Dominique Dumont perl v5.14.2 2012-11-09 Config::Model::Lister(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |