repo.or.cz
/
perlbook.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git]
/
l06.pl
blob
cb6d6f0481d73ad2e74f37f36bbd4336cc2df572
1
#!/usr/bin/perl
2
$fooBar
=
2
;
3
$fooBar
= (
400
/
2
) *
$foobar
;
4
print
"
$fooBar
\n
"
;