File: README.perl

package info (click to toggle)
libgetdata 0.11.0-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,144 kB
  • sloc: ansic: 100,814; cpp: 4,843; fortran: 4,548; f90: 2,561; python: 2,406; perl: 2,274; makefile: 1,487; php: 1,465; sh: 86
file content (16 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PERL BINDINGS FOR GETDATA
=========================

The Perl bindings consist of a perl module, `GetData.pm'.  They should work with
Perl 5.6 or newer.  Complex data are represented within the module as
Math::Complex objects.

The GetData Perl bindings are documented in POD markup within GetData.pm.
After installation, this documentation should be available in section 3 of
the UNIX manual:

  $ man 3 GetData

Before installation, the manual can be read using a command along the lines of

 $ pod2man bindings/perl/GetData.pm.in | nroff -mandoc | less