Thread stdout einlesen
(8 answers)
Opened by dmo at 2003-10-23 13:40
[quote=dmo,23.10.2003, 11:40]ich versuche schon die ganze zeit das ich von einem, von perl gestartetes progy den stdout in eine var bekomme.
[/quote] also das ist ein bisschen vage, was du hier beschreibst. wie hast du das programm denn gestartet? quick&dirty wäre: Code: (dl
)
my $output = `perl script.pl`; <!--EDIT|pq|1066903450--> 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 |