Code

Initial revision
[rrdtool-all.git] / website / perlbind / index.wml
1 #include "$(ROOT)/.wml/template.inc" section=perlbind subsection=none
2 #use wml::fmt::pod
4 <H1>Perl Bindings</H1>
6 <P>RRDtool comes with two sets of Perl bindings.<P>
8 <H2>RRD Pipes</H2>
9 <P>which works by attaching an independent rrdtool process to your
10 Perl program through a set of pipes.</P>
12 <H2>Shared RRD</H2>
14 <P>integrates RRDtool functionality directly into Perl as a shared
15 library module. If you have the choice use this interface, as it is
16 more efficient and gives you better access to data returned from the
17 various functions of RRDtool</P>