http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/46aea33dcc02dc277b4012e4e422c40e9629b614.html
It can't find the string - # terminator for some reason. - my @json_lines; - while (<$json_fh>) { - chomp; - push @json_lines, $_; - } - - close $json_fh; + my $json = do { + local $/; + open my $json_fh, '<', $colors_wal; + <$json_fh>; + }; - my $json = join "\n", @json_lines; my $decoded_json = decode_json $json;
$background = ${$decoded_json}{'special'}{'background'} diff --git a/ .local/bin/filehandler b/ .local/bin/filehandler @@ -106,21 +106,12 @@ my ($background,...