My First OO Module

vek on 2002-04-01T23:09:52

I've written quite a few modules here at work but have never written any production OO code - until today that is. The module itself is nothing fancy but it marks a milestone in the ol' Perl career I suppose.


First class

TorgoX on 2002-04-02T00:19:38

So what's your first class do/represent?

Re:First class

vek on 2002-04-02T12:43:45

As I mentioned, nothing fancy, just an OO wrapper around some existing Skytel paging code. I like it anyway :-)

Re:First class

djberg96 on 2002-04-02T15:47:27

Did you see Pager::SkyTel on CPAN? :)

Re:First class

vek on 2002-04-02T16:47:26

Yup, our actual paging code was written (by a co-worker of mine) before Pager::Skytel made it to the CPAN. Pager::Skytel didn't offer any new functionality so I left it alone. I just wrote an OO wrapper for our code for my own personal edification really :-)