Perl Package


Have you ever heard of Classes. OR You must have heard of packages..

I have wrote few perl scripts for my on going Project. I use procedural programming logic and perform the action I want my perl script to do. It goes all good.

But one day I got a project analysis task, It’s about Bugzilla a Bug Tracking software. I gone through its code and found a new concept. Making Packages in Perl. Now I got a Idea to implement my OOPs concept in perl. And I restart coding my perl scripts.

Now the result of my last 3 days of recode .. I reduce 40% of code

Though one thing concern me a lot if a programmer been paid for line of code he writes I get 40% less salary

Sumit Gupta