Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git] / l06.pl
blobcb6d6f0481d73ad2e74f37f36bbd4336cc2df572
1 #!/usr/bin/perl
2 $fooBar= 2;
3 $fooBar= (400 / 2) *$foobar;
4 print "$fooBar\n";