Quantcast
Viewing latest article 32
Browse Latest Browse All 79

I am redundant

#!/usr/bin/perl
sub redundant {
'I' =~ /I/ ? return 1 : return 1;
}
&redundant ? &redundant : &redundant;

Viewing latest article 32
Browse Latest Browse All 79

Trending Articles