use mycpp; ny $sv = mycpp::IntVector(); $sv->push(1); $sv->push(2); $sv->push(3); $sv->push(4); $avg = average($sv);