From: Martin Mareš Date: Sat, 14 Feb 2026 17:27:11 +0000 (+0100) Subject: show-switch: utf8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=520554b944b29c6385990fafef0e1a153fba20dd;p=jablonka.git show-switch: utf8 --- diff --git a/show-switch b/show-switch index 1079000..1536c7b 100755 --- a/show-switch +++ b/show-switch @@ -2,6 +2,7 @@ use strict; use warnings; +use utf8; use Net::SNMP (); use Net::Netmask; use Data::Dumper;