Hi. I know this sounds pretty stupid, but I just can't find a blurb anywhere in the perl book that confirms my suspicions.
On UNIX/Linux platforms, if you import (require or use) a script into your program that has a shebang line in it, does it not just ignore that shebang line? I'm pretty sure it does, since you've already got an interpreter running at that point. However, what confuses me is the fact that perl can interpret a shebang line for another interpreter, such as the bash shell. Therefore, what happens when it crosses an shebang line with the perl interpreter?