Can you please tell me why the following line gives me an uncaught exception from user code due to syntax error on this line?
$temp = "grep \"synopsys translate_\" *.v | awk -F ":" '{print $1}' | uniq ";
Execution of test.pl aborted due to compilation errors.