#!/usr/bin/perl # ./translate.pl "brainfuck program" > program.heu { $ARGV[0] =~ s/>/Heu !/g; $ARGV[0] =~ s/