imfaus has asked for the wisdom of the Perl Monks concerning the following question:
perl copyright.pl Copyright © 2014
#!/usr/bin/perl # Define modules use strict; use warnings; use utf8; use Encode; binmode(STDOUT, ':utf8'); print "Copyright © 2014\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't print copyright symbol
by trizen (Hermit) on Dec 12, 2014 at 17:47 UTC | |
|
Re: can't print copyright symbol
by ww (Archbishop) on Dec 12, 2014 at 22:44 UTC |