Thread PATH-Angabe nicht vollständig? (13 answers)
Opened by tholler at 2013-07-25 10:34

FIFO
 2013-07-25 12:15
#169123 #169123
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Ein weiteres Problem kann der Taint-Modus sein:

"The array @INC contains the list of places that the do EXPR , require, or use constructs look for their library files. It initially consists of the arguments to any -I command-line switches, followed by the default Perl library, probably /usr/local/lib/perl, followed by ".", to represent the current directory. ("." will not be appended if taint checks are enabled, either by -T or by -t .)"

Perldoc:perlvar @INC
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread PATH-Angabe nicht vollständig?