We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9575c52 commit 7613e5bCopy full SHA for 7613e5b
Introduction/perl5-unitest.pl
@@ -0,0 +1,22 @@
1
+#!perl
2
+
3
+print <<'END';
4
+Basic accents and things--------------
5
+--------------------------------------
6
+Leftward Double Arrow (⇐, 0x21D0)
7
+Rightward Double Arrow (⇒, 0x21D2)
8
+When you want a job you prepare your résumé
9
+Hello Mr Sørensen
10
11
+Things that matter to Perl 6----------
12
13
+Corner brackets: 「 」
14
+Fancy double list quotes: « »
15
+Terms: π τ ∞
16
+Exponents: ⁰ ¹ ⁹
17
18
+Emoji things -------------------------
19
20
+Thumbs up: 👎
21
+Butterfly: 🦋
22
+END
0 commit comments