Thread Activestate Perl auf Windows - system aufruf: system-aufruf
(5 answers)
Opened by kann_kein_perl at 2005-10-28 15:57
[quote=landogar,28.10.2005, 14:40]hallo!
mit system funktioniert das so nicht! probiers mal so: my $time= qx("time /T");[/quote] Code: (dl
)
my $time = qx(time /T); qx quotet ja schon, da braucht es keine Anführungszeichen. |