/home/httpd/html/Lesson3/if.pl.html
#!/usr/bin/perl -w
# $a = 0;
$a = 1;
if ($a == 0) {
    print "In loop: \$a = $a\n";
}