Following on to a previous question I asked, I was wondering: what's the difference between "use" and "require"? I know how they work... no, wait - I
think I know how they work - use happens in a little BEGIN block so it's done at compile time, while require happens at run time. But how much difference does this make? Is use twice as fast as require? 10 times? 1000 times? And what makes it faster anyway? Why should compiling something in earlier make it run faster?
Perlpexed,
Dave