Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2020-09-02 14:01:08
Size: 641
Editor: davidsch
Comment:
Revision 9 as of 2020-09-02 14:27:06
Size: 800
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-02 davidsch
Line 5: Line 6:
 * [[http://perl-seiten.homepage.t-online.de/|Perlkurs auf Deutsch]] A great introduction into the Perl programming language in German.  * [[https://perl-seiten.homepage.t-online.de/|Perl tutorial (German)]] A great introduction into the Perl programming language in German.
Line 9: Line 10:
 * 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.
 * If you use or reference (in your scripts) 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`.

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 or reference (in your scripts) 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)