Object Perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • keka
    New Member
    • Mar 2007
    • 1

    Object Perl

    Hi How do i separate modules in Object perl??? I have written a perl script with the class (say Person) but whrn i invoke its new()( the constructor) then it gives me an error saying that the return value is zero.. what do i do???
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    Without seeing your code how can we know?

    Comment

    • miller
      Recognized Expert Top Contributor
      • Oct 2006
      • 1086

      #3
      As Kevin says, show us your code. Can't debug your problem otherwise.

      Also, keep in mind perldocs tutorials on OO programming:


      - Miller

      Comment

      Working...