in reply to Re: Sourcing another Scripts using perl script
in thread Sourcing another Scripts using perl script

Hello! Thanks for your guidance , Actually this ini file will set some environment variables when i sourec it . Executing my ini file will not solve the problem, I used the dot run "./my.ini" it just executes the commands inside the ini file , . I want to use "Source my.ini", Can i do that with perl ?
  • Comment on Re^2: Sourcing another Scripts using perl script

Replies are listed 'Best First'.
Re^3: Sourcing another Scripts using perl script
by choroba (Cardinal) on Jan 21, 2014 at 13:16 UTC
    By using . instead of source, I meant
    . my.ini

    not ./my.ini.

    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      ohh k , Now it's saying permission denied , I am not the Administrator of the PC , so is there any way to run thru that ?