Re: full perl path inside VCL module

2009-10-13 Thread Brian Bouterse
Thanks for the response. I decided to place the esxthin.conf file in the same directory as the esxthin.pm and used the following statement to get the full path: "$FindBin::Bin/../lib/VCL/Module/Provisioning/esxthin.conf" Thanks again! Brian Brian Bouterse NEXT Services 919.698.8796 On Oct

Re: full perl path inside VCL module

2009-10-13 Thread Andy Kurth
Brian Bouterse wrote: While I'm working on the esxthin.pm provisioning module, I will be using a config file placed in the same directory as esxthin.pm. For example, in my installation this would be /opt/vcl/lib/VCL/Module/Provisioning/esxthin.conf 1) I tried to open a file but it only work

full perl path inside VCL module

2009-10-12 Thread Brian Bouterse
While I'm working on the esxthin.pm provisioning module, I will be using a config file placed in the same directory as esxthin.pm. For example, in my installation this would be /opt/vcl/lib/VCL/Module/ Provisioning/esxthin.conf 1) I tried to open a file but it only works if I give it the e