summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/perl/README
blob: ca5a96e53961c67f390e4e9a78a033dd8cae8088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]