Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: lower case in manpage-title

by Aragorn (Curate)
on Mar 22, 2004 at 15:26 UTC ( [id://338643]=note: print w/replies, xml ) Need Help??


in reply to lower case in manpage-title

I haven't tested this, but a quick look at pod2man tells me that it uses the Pod::Man module. Searching for a statement with uc yields the following line:
$name = uc File::Basename::basename ($name);
So you could strip out the uc and have the file names displayed in their original case.

As I said, untested :-)

Arjen

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://338643]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 11:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found