Post #4382406
2026-08-04 17:29 UTC
Ok, fedi, having a bit of a perl problem. Perldoc isn't working. Whenever I search for a module that it can find, it displays a read error. (Modules that it can't find return the expected not found error.)
Anyone know how to fix this? Search isn't helping.
Coding a perl project is gonna be a bit tough without any documentation.
#perl #coding
Replies (2)
-
@bruce@darkmoon.social 2026-08-04 20:31
Reinstalling perldoc didn't help :(
-
@barubary@infosec.exchange 2026-08-04 20:46
@bruce@darkmoon.social Weird. I've never seen that one. Do perldoc -m strict and perldoc -lm strict produce the same error?