X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/777198d5e254e56477f141b5ee693b5b6be524e6..aae69dfcf69ae9825f53f670aa09691934fc27ba:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 81944b2..c5184a4 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -2,6 +2,7 @@ use utf8; use strict; use warnings; +no warnings 'qw'; # to quote or not to quote, that is the question use open IO => ':utf8'; our $VERSION = '1.0'; @@ -24,6 +25,9 @@ $header{content_type} = 'text/html; charset=utf-8';

i^k in Vim. Also see common digraphs.

+

Unofficial proposals +are available as ex commands.

+ <: my $di = do 'digraphs.inc.pl';