summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-13 21:52:27 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-13 21:52:27 +0000
commitfdb3c7ec507e6ebd8b85f322fadab5f57d76c902 (patch)
treed82708c6c0af8dcffa7bbfa43f66bd03513cfef9 /cpp/bindings
parent2aea2a59ee84cea26c0a8c043434a350f1361e2e (diff)
downloadqpid-python-fdb3c7ec507e6ebd8b85f322fadab5f57d76c902.tar.gz
QPID-4580: Added a README file for Perl.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
-rw-r--r--cpp/bindings/qpid/perl/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/perl/README b/cpp/bindings/qpid/perl/README
new file mode 100644
index 0000000000..ca5a96e539
--- /dev/null
+++ b/cpp/bindings/qpid/perl/README
@@ -0,0 +1,15 @@
+Qpid Perl Language Bindings
+===========================
+
+How to get help
+===============
+
+You can use the perldoc command to display API help for working with Qpid.
+
+ perldoc qpid_messaging.pm
+
+will show a simple example application written in Perl that uses the APIs.
+From there you can display the individual module documentation by typing:
+
+ perldoc [module]
+