in reply to utf8 hash keys revisited: How can i use musical symbols as hash keys?
kennethk already answered, just chiming in with the name notation version because it makes inlining stuff more legible (than some approaches).
perl -CSD -Mcharnames=:full -le 'print "\N{MUSICAL SYMBOL GLISSANDO UP}a\N{MUSIC SHARP SIGN}"' 𝆱a♯
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: utf8 hash keys revisited: How can i use musical symbols as hash keys?
by karlgoethebier (Abbot) on Oct 06, 2014 at 21:09 UTC | |
|
Re^2: utf8 hash keys revisited: How can i use musical symbols as hash keys?
by ikegami (Patriarch) on Oct 08, 2014 at 02:19 UTC |