No modified codes have been submitted for this Microcode.
I am redundant
09. May 2011
09. May 2011
#!/usr/bin/perl sub redundant { 'I' =~ /I/ ? return 1 : return 1; } &redundant ? &redundant : &redundant;