new to perl, trying to playing around with its syntax a bit, then I got this error message
$ perl testP
syntax error at testP line 3, near "$_ ("
Execution of testP aborted due to compilation errors.
for:
$_=$_+1 foreach $_ (@_);
Can anyone tell me what went wrong and how to fix it? thanks.
