Help for this page

Select Code to Download


  1. or download this
    D:\>perl -le "$_=23232363283842;print"
    23232363283842
    
  2. or download this
    D:\>perl -le "$_=23232363283842232;print"
    2.32323632838422e+016
    
  3. or download this
    $_=23232363283842232;
    while($_)
    ...
    D:\>perl -le "$_=23232363283842232;while($_) { unshift@a,sprintf\"%06d
    +\",$_%1e6;
    $_=int($_/1e6); } $a[0]%=1e6;print@a"
    23232363283842232
    
  4. or download this
    $sign="";
    if($_<0)
    ...
    ...and at the end
    
    print $sign,@a