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