From e104944e77da9a3528e33f7ec97e463787e1c8a3 Mon Sep 17 00:00:00 2001 From: wowaname Date: Wed, 28 Dec 2016 11:20:08 +0000 Subject: [PATCH] hueg.pl LOL --- scripts/hueg.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/hueg.pl b/scripts/hueg.pl index 1f699e9..e9128d8 100644 --- a/scripts/hueg.pl +++ b/scripts/hueg.pl @@ -150,6 +150,10 @@ sub process { $whitespace = " " x $scale; $cur =~ s/ /$whitespace/g; + $whitespace = "#" x $scale; + $cur =~ s/#/$whitespace/g; + $whitespace = "." x $scale; + $cur =~ s/\./$whitespace/g; $all .= $cur; }