How do I unbleach a Perl file that's been bleached with PAR::Packer::Bleach? The algorithm of bleaching is described in this Stack Overflow answer, however I am unable to make a working script for unbleaching/deobfuscation. Has anybody done this?
EDIT - FIXED: Used print and it worked. What was the problem that bothered me? It was bleached 2 times!!! A bleached file was bleached. So, a double unbleach worked!