Cross Product of two Strings by egetprep

#!perl -lpa\x0d
($_,$a)=@F;my@b;;while(s/(\w)//){@b=(@b,map"$1$_",(split//,$a))}$_="@b"

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page