in reply to perl wrapped in batch
see FindBin for more info.use FindBin; use lib "$FindBin::Bin/path/to/modules"; use Other::Module;
-- Joost downtime n. The period during which a system is error-free and immune from user input.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: perl wrapped in batch
by Anonymous Monk on Nov 18, 2002 at 17:14 UTC | |
by Joost (Canon) on Nov 19, 2002 at 13:28 UTC |