Help for this page

Select Code to Download


  1. or download this
    package Entities::Entity;
    
    ...
            return $val;
        }
    }
    
  2. or download this
    package Customer::Entities::CustomerInvoice;
    
    ...
        my $self = $class->SUPER::new();
        return $self;
    }