NCustom::Config - configuration file for NCustom
use NCustom::Config;
Configuration file for NCustom.
Useful only with NCustom.
NCustom::Config provides configuration for NCustom. This is affected by NCustom ``using'' NCustom::Config, whereupon NCustom::Config creates and sets configuration variables in NCustom's namespace.
Should a user of NCustom require personalised configuration, they may copy part or all (depending on whether they wish to over ride part or all of the configuration settings) of NCustom::Config to ~/.ncustom/NCustom/MyConfig.pm. The file must be a perl module. If such a file exists is will be ``used'' by NCustom after it has ``used'' NCustom::Config.
None - but it does create and set variables within the NCustom namespace.
Following is a descriptin of configuration variables.
test_data1, test_data2, test_url1
base_dir
save_dir
tmp_dir
src_fqdn
default_src
get_url
file(s)
from a particular url, and placing them in a given target directory.
Simple needs should be met by the provided subroutine. Desired behaviour (such as proxy configuration or reference to passwords) are easily met by adding command line arguments to the provided subroutine's system call. Complex needs would require recoding of the subroutine.
NCustom NCustom::Config ncustom
http://baneharbinger.com/NCustom
Bane Harbinger, <bane@baneharbinger.com>
Copyright 2003 by Bane Harbinger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.