Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2009-06-30 16:24:36
Size: 501
Editor: 84-75-191-209
Comment:
Revision 8 as of 2020-09-02 14:26:34
Size: 769
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Perl = #rev 2020-09-02 davidsch
#rev 2018-08-28 davidsch

= Perl literature =
Line 3: Line 6:
 * [[http://perl-seiten.homepage.t-online.de/|Perlkurs auf Deutsch]] A great introduction into the Perl programming language in German.
{{{
Note that our Perl interpreter is located in /usr/sepp/bin/perl. You might run into problems if you use the system's own perl interpreter (/usr/bin/perl). This is most often the reason for people complaining that they cannot find our perl modules.
}}}
 * [[https://perl-seiten.homepage.t-online.de/|Perl tutorial (German)]] A great introduction into the Perl programming language in German.

= D-ITET Perl usage notes =
 * Please use the default perl (/usr/bin/perl) that is installed on all Debian Linux computers.
 * If you use older perl interpreters from other directories, you should switch to the default perl interpreter.
 * A bunch of most-often used perl modules is installed with the default perl interpreter. Additional perl modules can be installed in your home using `cpan` or a similar tool like `cpanm`.

----
[[CategoryLXSW]]

Perl literature

D-ITET Perl usage notes

  • Please use the default perl (/usr/bin/perl) that is installed on all Debian Linux computers.
  • If you use older perl interpreters from other directories, you should switch to the default perl interpreter.
  • A bunch of most-often used perl modules is installed with the default perl interpreter. Additional perl modules can be installed in your home using cpan or a similar tool like cpanm.


CategoryLXSW

Programming/Languages/Perl (last edited 2020-09-02 14:27:06 by davidsch)