Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Reactionary Coding?One-Shot Programs

by the_slycer (Chaplain)
on Jun 14, 2001 at 08:04 UTC ( [id://88289]=note: print w/replies, xml ) Need Help??


in reply to Reactionary Coding—One-Shot Programs

I very rarely code once run scripts.
Rather, I very rarely code as though the scripts will be run once (as most of my scripts are run only once).
Hrm, let me clarify. For example, in a script like the above I would probably start with the absolute path, get it working using that, then switch that to $ARGV[0]. Why? So that the next time that I need to write something similar, though not quite exactly the same, it's there for me with very little modification.

This is of course more do to laziness. Code always gets reused in my (small) experience. Even if it's not the whole thing, at least you've got something you can snag bits out of.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found