Help for this page

Select Code to Download


  1. or download this
    my $product = new Product;
    $product->edit();           # Same as edit_product
    
    my $office_product = new Product::Office;
    $office_product->edit();    # Same as edit_product_office