From 23293b49fd2122253d8c2faaa6e88ca18734660e Mon Sep 17 00:00:00 2001 From: bschiestl <55209174+bschiestl@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:18:06 -0500 Subject: [PATCH] Update README.md Added "overview" section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afab8fe..d0e3ebc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Support](https://img.shields.io/badge/Support-Official-green.svg)](mailto:support@perforce.com) # p4perl +## Overview P4Perl is a wrapper for the P4 C++ API in Perl. P4Perl is a Perl module that provides an object-oriented API to Helix Core server. Using P4Perl is faster than using the command-line interface in scripts, because multiple command can be executed on a single connection, and because it returns Helix server responses as Perl hashes and arrays.