[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: require and function names
- From: Merick <Merick_TeVaran@...>
- Date: Sat, 21 Jul 2007 14:11:53 -0500
When loading binary modules, how does require() handle functions with
the same name? For instance, if you've already loaded one module with a
function named "screen", what would happen if you tried to load another
module that has a different function that's also named "screen"?