Parent Directory
|
Revision Log
|
Patch
revision 383 by boklm, Wed Feb 2 23:59:35 2011 UTC | revision 385 by boklm, Thu Feb 3 00:11:58 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/usr/bin/perl -w | #!/usr/bin/perl -w |
2 | use strict; | use strict; |
3 | ||
4 | my $size = 50; | my $size = 200; |
5 | ||
6 | binmode(STDOUT, ":utf8"); | binmode(STDOUT, ":utf8"); |
7 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |