in reply to Re^2: Does perl read the entire pl file into memory?
in thread Does perl read the entire pl file into memory?

Let me add: please do not use literal comments. Use POD (and there are several other tutorials around). It's easy, it's relatively powerful, it reads fine raw, and various formatters know how to display it nicely.

  • Comment on Re^3: Does perl read the entire pl file into memory?