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

Thank you for all your replies! You were all very helpful and great point. I'll probably keep the comments section at the end separate from my perl script. ;)
  • Comment on Re^2: Does perl read the entire pl file into memory?

Replies are listed 'Best First'.
Re^3: Does perl read the entire pl file into memory?
by Your Mother (Archbishop) on May 22, 2019 at 01:04 UTC

    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.