bhaskar_narla has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have created a Perl script(which internally uses Inline::Java) to expose Java services.
The problem currently I am facing this setup is the following.
Whenever a user access this script, it is creating a _Inline/ directory under bin/ (and at multiple locations if the internal module is used in some other script). I see if the user has .Inline directory at his home location, it won't create this directory. But, in my case I can't ask all the users to create this directory at their home location.Is there a way so that the _Inline directory creation can happen at one place always?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline::Java Usage: _Inline/ directory creation
by Corion (Patriarch) on May 14, 2012 at 08:21 UTC | |
by bhaskar_narla (Novice) on May 14, 2012 at 08:57 UTC | |
by syphilis (Archbishop) on May 14, 2012 at 09:35 UTC | |
by bhaskar_narla (Novice) on May 14, 2012 at 10:10 UTC | |
by syphilis (Archbishop) on May 14, 2012 at 11:18 UTC | |
| |
|
Re: Inline::Java Usage: _Inline/ directory creation
by marto (Cardinal) on May 14, 2012 at 08:25 UTC | |
by bhaskar_narla (Novice) on May 14, 2012 at 09:14 UTC | |
by syphilis (Archbishop) on May 14, 2012 at 09:54 UTC |