Paul Johnson wrote:
>
> Remember that . is in @INC by default.
sorry, i use this only as an example
>
> In this case you want the use statement after the BEGIN block.
>
> But really you want "use lib". It goes back to before anything that
> anyone should reasonably be using now.
>
agree. there shouldn't be any real reason just to wrap the push @INC line
inside a BEGIN{} when 'use lib' require less typing and accomplish pretty
much the same thing(better)
david
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]