Add U+263A / U+263B file.
[prueba3.git] / script1.pl
blobe31bd8af47483286104462e72ac245c6f13a8da6
1 #!/usr/bin/env perl
3 use strict;
5 my $string = " :) " unless $ARGV[0];
6 $string = " (: " unless not $ARGV[0];
8 foreach (1..1000) {
9 print $string;
12 print;