in reply to Re^2: Object oriented mess
in thread Object oriented mess
It's a thinking in perl thing. In php, and some other languages, you include. In perl you "use." It's slightly more complicated than just inlining the file, but has a lot of benefits. I'll try and track down a reference about why you shouldn't want to "include" in perl.
Okay the reference: How do I include a file?
|
|---|