in reply to Re: How to pass a value from main program back to a module
in thread How to pass a value from main program back to a module
Thanks all ( ForgotPasswordAgain, friedo and cdarke )
I would use $conf_file = $ARGV[0].
What makes me thinks is that " I have been working in perl from last 2 years " and never realised that there could be a simple solution like this.