Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2013-05-31 09:11:36
Size: 525
Editor: bonaccos
Comment:
Revision 5 as of 2020-09-02 14:01:08
Size: 641
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Perl = #rev 2018-08-28 davidsch

= Perl literature =
Line 4: Line 6:
{{{
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.
}}}

= 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.

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.


CategoryLXSW

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