The answer you entered to the math problem is incorrect.

Perl: For loop

Perl has 'for' loop similar to C: for ($i=0;$i<10;$i++){ print "count is $i \n"; }

Reply

Please solve the math problem above and type in the result. e.g. for 1+1, type 2.