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