in reply to Re^2: what are all the things to be considered to write a effective perl script or module?
in thread what are all the things to be considered to write a effective perl script or module?

I think that the "first make it run, then make it right" has two purposes: for one thing you can't check whether it's right if it doesn't run, and the second point is that beginners tend to write large pieces of code which is then hard to make run.
  • Comment on Re^3: what are all the things to be considered to write a effective perl script or module?