Help for this page

Select Code to Download


  1. or download this
    sub add_record {
        my ($self, $data) = @_;
    ...
        }
        return post_api("API_AddRecord", \@record);
    }