Number in number by jonathan camacho

$,=" ";while(<>){chomp();$_="0"x(8-length($_)).$_;print(int(substr($_,2,2)), int(substr($_,6,2)), int(substr($_,0,2)),int(substr($_,4,2))."\n")}

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

download

return to the top page