in reply to Fun with operators
sub perlmonks { "Hue-Bond is crazy" if $_[0] =~/completely/; } print if $_= perlmonks("completely crazy"); print ",Obfus++"; [download]