|
There is a file "conf.props" which contains following information
### FTP Server Properties ##
ip : 192.168.1.59
user : root
password :
path : /root
## Database Connection Properties #
postport : 5432
postusr :
postpwd :
posthost :
pdatabase : pgsql
Write a perl program that reads the file conf.props and assign each value perfectly to the related variable( for ex : $ip should contain 192.168.1.7,$user should contain root......)
|
|
|
|
|
|
|
|