in reply to Re^4: how to make pp-created exe read external config values
in thread how to make pp-created exe read external config values
well, I already know the path to the exe file because I put the exe file there
there´s no need to change the exe-file. just keep the .conf besided the .exeuse File::Basename; ($exename, $exepath) = fileparse(PerlSvc::Exe()); Config::Simple->import_from("${exepath}foo.conf");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: how to make pp-created exe read external config values
by punkish (Priest) on Jan 05, 2005 at 17:55 UTC | |
by holli (Abbot) on Jan 05, 2005 at 18:01 UTC |