The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include <string>
#include <vector>

std::string string_format(const std::string &fmt, ...);
std::vector<char *> split(char* str, const char* delim);