Thread Pfad mit Variable aus Datei lesen: Variable in Variable verschachteln?
(3 answers)
Opened by KunoKugel at 2005-10-14 16:00
[quote=KunoKugel,14.10.2005, 14:00]Im Programm steht:
my $pfad="c:\test";[/quote] tatsächlich. du hast komische dateipfade. ein 'c', ein ':', ein TAB und 'est'. vermutlich wolltest du eher ein 'c', ein ':', einen '\' und 'test'. perldoc perlintro Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |