On 12/17/2013 5:14 PM, Ted Byers wrote:
Thanks, that does help. it appears to all be in /usr/lib/perl/pod. But that begs the question, how do I view it all.
To get the documentation of any module type perldoc (command) in a shell. For instance to see the documentation of IO::File type perldoc IO::File If you install all the documentation it should have all you need. If you need multiple pages open at once open a new shell, (or a new tab in Konsole) an type As to worrying about firefox taking memory, what else were you planning to do with that memory while editing perl scripts? Dont worry about the memory, its your computer, use it. Use all of it. Every last byte. But DO start reading on this page: http://www.perl.org/docs.html It tells about how to use perldoc, several alternate sources for documentation of modules, alpha index to core modules, Code examples, etc. -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org