Help for this page

Select Code to Download


  1. or download this
    >perl -MO=Concise,-exec -Mbigint -e"my $big = 1234; for (1..4) { foo($
    +big) }"
    ...
    ...
    a  <#> gv[*_] s
    b  <{> enteriter(next->h last->k redo->c) lKS/8
    ...
    
  2. or download this
    >perl -MO=Concise,-exec -MMath::BigInt -e"my $big = Math::BigInt->new(
    +'1234'); for (1..4) { foo($big) }"
    ...
    ...
    e  <#> gv[*_] s
    f  <{> enteriter(next->l last->o redo->g) lKS/8
    ...