#!/usr/bin/perl use strict; # left brace inside comments { cause error sub blabla { for (my $i = 0; $i < 10; $i++) { printf("\$i is %d\n", $i); } }