Thread Pfad für perldoc erweitern (8 answers)
Opened by rosti at 2023-08-15 12:41

bianca
 2023-08-18 08:43
#195259 #195259
User since
2009-09-13
6992 Artikel
BenutzerIn

user image
Perl allgemein und perl -MCPAN -e shell funktionieren und alles wird gefunden...

...bis auf eine Ausnahme:
Quote
C:\>perldoc push
No documentation found for "push".

C:\>set PERL5LIB
Die Umgebungsvariable "PERL5LIB" ist nicht definiert.

C:\>set set PERLLIB
Die Umgebungsvariable "set PERLLIB" ist nicht definiert.

C:\>perl -v

This is perl 5, version 30, subversion 3 (v5.30.3) built for MSWin32-x64-multi-thread

Copyright 1987-2020, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

perldoc.bat wird also gefunden, dieses wiederum scheint aber die Dokumente nicht zu finden. Die perldoc.bat habe ich mir angeschaut, werde aber nicht schlau draus. Macht nichts, dem gehe ich vielleicht andermal nach. Danke bis hierher!
10 print "Hallo"
20 goto 10

View full thread Pfad für perldoc erweitern