summaryrefslogtreecommitdiff
path: root/qpid/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
commita8efeb60e5e9e1696e89fee443e85d8156523e0a (patch)
tree3e5b9dc7c2e3dd78710047485c3005031fbf9488 /qpid/cpp/bindings
parent9f74acdfe96cbce004822ce8af8384af9dc00e96 (diff)
downloadqpid-python-a8efeb60e5e9e1696e89fee443e85d8156523e0a.tar.gz
QPID-4580: Added a README file for Perl.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1445949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
-rw-r--r--qpid/cpp/bindings/qpid/perl/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qpid/perl/README b/qpid/cpp/bindings/qpid/perl/README
new file mode 100644
index 0000000000..ca5a96e539
--- /dev/null
+++ b/qpid/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]
+