perl 学习

阅读更多
[SYSTEM1]
#config the country No.
COUNTRY_CODE= 7
#config the MMSCID of the MMSC Server
MMSC_ID= MMS          
#config the host name of the MMSC Server
HOST_NAME = HUAWEI
#config the dir of logs
LOG_PATH= $HOME/mms_home/cdr/changeBill/log
#config the source bill file's path.
SRC_CDR_PATH = $HOME/mms_home/cdr/bill/send 
#config the bill change  tmp dir
CHANGE_TMP_DIR=$HOME/mms_home/cdr/changeBill/buffer 
#config the map of areacode and areadir ,for each area
AREA_DIR_ITEM= 11000000,$HOME/mms_home/cdr/changeBill/Moscow
AREA_DIR_ITEM= 12000000,$HOME/mms_home/cdr/changeBill/Volga
AREA_DIR_ITEM= 13000000,$HOME/mms_home/cdr/changeBill/Center
AREA_DIR_ITEM= 14000000,$HOME/mms_home/cdr/changeBill/NorthWest
AREA_DIR_ITEM= 15000000,$HOME/mms_home/cdr/changeBill/South
AREA_DIR_ITEM= 16000000,$HOME/mms_home/cdr/changeBill/Ural
AREA_DIR_ITEM= 17000000,$HOME/mms_home/cdr/changeBill/Siberia
AREA_DIR_ITEM= 18000000,$HOME/mms_home/cdr/changeBill/FarEast
#config the dosen't matched areacode and dir.
#in this config item,the code must be configed "10000000"
AREA_DIR_ITEM=10000000,$HOME/mms_home/cdr/changeBill/Notmatch
#AREA_DIR_ITEM=10000000,$HOME/mms_home/cdr/changeBill/ITC
CHANGE_BAK_DIR = $HOME/mms_home/cdr/changeBill/ITC
#the config files dir
CONFIG_FILES_DIR=$HOME/mms_home/cdr/changeBill/.cfg

你可能感兴趣的:(perl 学习)