Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Elegant code & Efficient code

Name: Anonymous 2007-01-28 12:40

Elegant code & Efficient code, are they inversly proportional?

Name: Anonymous 2007-01-28 19:16

elegant and efficient code:
sub factor{
 my @f,$n=pop;
 map{$n/=$_,push @f,$_ until $n%$_}2..$n/2;
 @f}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List