You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/02/13 22:52:27 UTC

svn commit: r1445949 - /qpid/trunk/qpid/cpp/bindings/qpid/perl/README

Author: mcpierce
Date: Wed Feb 13 21:52:27 2013
New Revision: 1445949

URL: http://svn.apache.org/r1445949
Log:
QPID-4580: Added a README file for Perl.

Added:
    qpid/trunk/qpid/cpp/bindings/qpid/perl/README

Added: qpid/trunk/qpid/cpp/bindings/qpid/perl/README
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/perl/README?rev=1445949&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/perl/README (added)
+++ qpid/trunk/qpid/cpp/bindings/qpid/perl/README Wed Feb 13 21:52:27 2013
@@ -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]
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org