aboutsummaryrefslogtreecommitdiff
path: root/template/perl/base-script.pl
blob: 2982a9fb750205e3179cf103e8e001bdb23497c9 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use utf8;
binmode STDIN, ':utf8';
binmode STDOUT, ':utf8';

{{_cursor_}}