Quick actions

cmd+k|ctrl+k

Navigation

Languages

unicode.pl

Snippet info

Language

Perl

Visibility

public

Author

zostay

Created

2016-08-29T16:31:47Z

Updated

2016-08-29T16:31:47Z

use v5.24;
use utf8;
say ("Å" eq "Å" ? 'same' : 'different');
INFO