Thread Datei-Handle als Referenz? (3 answers)
Opened by Optalamia at 2004-04-01 00:00

pq
 2004-04-01 01:20
#81373 #81373
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
du kannst das filehandle auch gleich als lexikalische variable anlegen:
open (my $fh, "pfad") or die $!;
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Datei-Handle als Referenz?