From: Leif W <war...@us...> - 2003-07-02 17:23:16
|
Hello, Just an update to let everyone know where I'm at. First I wrote a simple IOElement that had some global variables and subroutines (functions) as a literal translation of the JScript ASP version, but I did not test it. Then I decided I might as well make a Perl object of IOElement, so you can have a script with multiple instances of an IOElement class (but I wonder, would this be useful?). But to do this, I've had to read the programming docs. >:-) However, I'm going on vacation today. I have a basic grasp of OOP in perl now, but still some docs to read (and re-read) before I know exactly what I'm doing. When I get back from vacation I'll start working on the IOElement object/class/package thing for Perl, and I'll just try and copy (convert) some of the existing server-side examples for test programs. Have a happy and safe 4th of July (if you're in the US), Leif |