for is the keyword used to start a for loop.
for (my $var = <value>; <condition>; <operation on $var>) …;