in reply to error on system() call???

And a quicky: The actual return value of the system
call is in the high 8 bits, so you might want to
shift the return to get the real result:
$Retval=system(@Args)>>8

GreetZ!,

print "profeth still\n" if /bird|devil/;