~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to swig/perl/index.dox

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*! \page GRASS_SWIG_PERL GRASS SWIG/PERL interface
2
 
 
3
 
<h2>GRASS SWIG/PERL interface</h2>
4
 
 
5
 
This interface permits to use GRASS functionality from PERL.
6
 
 
7
 
<h2>Status of GRASS SWIG/PERL implementation</h2>
8
 
 
9
 
At the moment a prototype is implemented. It permits to use 
10
 
the GRASS raster command <em>r.slope.aspect</em> directly
11
 
from the PERL programming language.
12
 
<P>
13
 
See: 
14
 
 
15
 
  Grass.pm
16
 
 
17
 
  R_slope_aspect/test.pl
18
 
 
19
 
*/
20