Thread Variable an shell übergeben (2 answers)
Opened by Gast at 2004-05-23 02:38

Gast Gast
 2004-05-23 02:38
#82651 #82651
hallo

ich habe folgendes problem.

use Shell qw (echo);
....
foreach $xfsfile (@xfsfiles)
{

@readfilename = echo ("read $xfsfiles" )
}
....
die variable $xfsfiles wird in der echo anweisung nicht ausgewertet. woran liegt das?

danke

kai

View full thread Variable an shell übergeben