in reply to Re: .pm Files (.pm is just extension)
in thread .pm Files

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

  • Comment on Re^2: .pm Files (.pm is just extension)

Replies are listed 'Best First'.
Re^3: .pm Files (.pm is just extension)
by kcott (Archbishop) on Mar 27, 2014 at 20:38 UTC
    "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

Re^3: .pm Files (.pm is just extension)
by hippo (Archbishop) on Mar 27, 2014 at 22:37 UTC

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

Re^3: .pm Files (.pm is just extension)
by Anonymous Monk on Mar 27, 2014 at 23:20 UTC
    Try file ....3pm and see what it tells you