repo.or.cz
/
prueba3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add U+263A / U+263B file.
[prueba3.git]
/
script2.pl
blob
739787f85813d5b03264fd2e78613823123b6986
1
#!/usr/bin/env perl
2
3
use
strict
;
4
5
my
$string
=
" (: :) "
unless
$ARGV
[
0
];
6
$string
=
" :) (: "
unless
not
$ARGV
[
0
];
7
8
foreach
(
1
.
.500
) {
9
print
$string
;
10
}
11
12
print
;