Help for this page
>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 ...
>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 ...