advertisement

Article:
  VBScript or Perl?
Subject:   Python
Date:   2003-11-20 06:28:23
From:   mahansen
Response to: Python

Code reuse would be the biggest reason to write a class for a utility script. Maybe you want to do something similar in another script, you can use that class in it.


Also, you'd be surprised how many 20-30 line utility scripts grow into monster apps.

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Python
    2003-11-20 13:44:28  Robbie Allen | O'Reilly Author [Reply | View]

    I've written a 40,000 line web app in Perl which was loosely OO. Not to say it is a great example of Perl OO in action, but it can be done.