in reply to Re: Adding numbersin thread Adding numbers
sub add(){ ($,,$:)=@_; s//0 x(length($,^$:)-length)/efor$,,$:; $^.=0,map$^++,1..$_+$&*$:=~//for$,=~?.?g; $^ } [download]