Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Code style advice: where to put "use" statements?

by Argel (Prior)
on Feb 27, 2008 at 23:15 UTC ( [id://670781]=note: print w/replies, xml ) Need Help??


in reply to Code style advice: where to put "use" statements?

I have a feeling that the reason it is not covered in PBP or elsewhere is it's taken for granted that they should be up at the top.

As for putting it inside of a sub to indicate it is only used by that sub -- that could be confusing to less experienced Perl programmers and might cause it to get missed if someone is eyeballing the script for dependancies. It would be better to put it at the top and add a comment explaining where it is used.

  • Comment on Re: Code style advice: where to put "use" statements?

Log In?
Username:
Password:

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

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

    No recent polls found