Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

(sacked: inline POD) Re: Ways of commenting subroutines

by sacked (Hermit)
on Mar 29, 2001 at 02:24 UTC ( [id://67979]=note: print w/replies, xml ) Need Help??


in reply to Ways of commenting subroutines

I use inline POD so I only have to make a change in one place if the function changes:
################### # =pod =item displayform Usage: displayform( ['message to user']); Displays a form for the user to fill out for submission to ARS Server. Required field for the form is 'problem' (body text). There is an optional string parameter to this function that will display a message along with the form. =cut # ################### sub displayform { ...

--sacked

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found