How to have Variable as Recursive Regex in Perl? -
i'm writing simple translator john tromp's binary lambda calculus on de bruijn notation lambda calculus can understand how lambda files working in 2012 "most functional" international obfuscated c code winner here example of language before translation primes.blc : 00010001100110010100011010000000010110000010010001010111110111101001000110100001110011010000000000101101110011100111111101111000000001111100110111000000101100000110110 i'm having trouble nested regex in commented line before primes.txt file save section of bruijn.pl: #!/usr/bin/env perl #use strict; use warnings; use io::file; use cwd; $originalcwd = getcwd()."/"; #primes.blc argument test conversion #______________________________________________________________________open file ($name) = @argv; $file = new io::file; $file->open("< ".$originalcwd."primes.blc") || die("could not open file!"); #$file->open("< ".$name) || die(...