summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/perl/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qpid/perl/README')
-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]
+