Re: How to query current path from a library?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to query current path from a library?
- From: Jonathan Castello <twisolar@...>
- Date: 2010年2月22日 17:35:24 -0800
> Also, what do you expect to happen if you require the same module with
> different arguments? Is the module really loaded twice or what?
>
> require("mymodule",1)
> require("mymodule",10,20)
Hmm... I'll give you that one. Alright, thanks for the suggestions!
~Jonathan