in reply to Way to find file located in unknown place?
I think you have a bootstrapping problem — it's exceedingly difficult to write a Perl program that will run if Perl isn't installed.
If I'm just completely misunderstanding you, though, you might try the magic variable $^X, which should contain the path to the current interpreter.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Way to find file located in unknown place?
by flyingmoose (Priest) on Dec 10, 2003 at 16:11 UTC | |
by Elijah (Hermit) on Dec 10, 2003 at 16:52 UTC |