Grrrr...
perldoc on my NT machine here at work is b0rked. This doesn't bother me that much, because it's only my work machine, and it's only NT, but I still find it annoying that even though I un/re-installed ActivePerl, perldoc still won't actually output anything.
I'm two minutes away for lunch, and, happily, don't have a heck of a lot of work to do today. We're running our conversion scripts against the legacy system's database to convert it into the new data format for our soon-to-be-live new version of the Court Scheduling system. All we can really do is wait for them to finish running.
I think I'll spend this afternoon writing up a little tooltip weather reporter for the system tray, using Geo::METAR.
Then, there's always the HTML-style docs you can use.
Re:perldoc
mothra on 2002-05-01T18:19:39
It's not that it couldn't findperldoc
; it's that perldoc produces no output:
C:\>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
...
C:\>perldoc File::Find
C:\>And what's funny is:
C:\>perldoc Meow::Foo
No documentation found for "Meow::Foo".
C:\>Strangeness.