in reply to .pm Files

What do those cryptic symbols mean?

it depends, what module did you find that in?

Replies are listed 'Best First'.
Re^2: .pm Files (.pm is just extension)
by carlriz (Beadle) on Mar 27, 2014 at 20:23 UTC

    This is where I found them: File::HomeDir::Test.3pm.

      "This is where I found them: File::HomeDir::Test.3pm."

      Note the extension: ".3pm" not ".pm".

      Also note the double colons (::) in the file name. The filename for File::HomeDir::Test will be just 'Test.pm'. The pathname to the file will end with 'File/HomeDir/Test.pm'.

      -- Ken

      That's the man page (ie. documentation), so the language is probably nroff.

      Try file ....3pm and see what it tells you