In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Rafal Pocztarski) wrote:
> > > > Couldn't seem to locate it (using MacPerl) unfortunately. There is a few > > pods that came with it, but mostly I'm using The Perl CD Bookshelf by > > O'reilly & Associates for reference. It's on my PC system when I need it > > though. > > You can always use http://www.perldoc.com/ but it's hard to believe that > any version of perl comes without perldoc, however I don't know MacPerl > at all. Try to find any info about perldoc in MacPerl docs or website. MacPerl comes with a Perl doc reader called Shuck, (corncob icon), that reads the files in the :MacPerl ?:pod: folder, and also any embedded documentation in pod format within a .pm module or other perl programs. Very simple to invoke, too. if you want to know about a certain command, like vec, you can open up a quick MacPerl window and write #!perl vec(); command-click the word 'vec' while in MacPerl and MacPerl hands it off to Shuck which looks up the term in the pod files. (in this case, perlfunc.pod) -- Scott R. Godin | e-mail : [EMAIL PROTECTED] Laughing Dragon Services | web : http://www.webdragon.net/ It is not necessary to cc: me via e-mail unless you mean to speak off-group. I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]