Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MMath::BigInt -le "print 'PERL5OPT: ' . $ENV{PERL5OPT};print
    + for @INC;
    "
    ...
    /ajperznes/perl/lib/site_perl/5.32.0
    /ajperznes/perl/lib/5.32.0/x86_64-linux
    /ajperznes/perl/lib/5.32.0
    
  2. or download this
    C:\>perl -MMy_INC -MMath::BigInt -le "print 'PERL5OPT: ' . $ENV{PERL5O
    +PT};print for @INC;"
    Can't locate Math/BigInt.pm in @INC (you may need to install the Math:
    +:BigInt module) (@INC contains: /ajperznes/perl/localperl /ajperznes/
    +perl/lib/5.32.0/x86_64-linux /ajperznes/perl/lib/5.32.0 /ajperznes/pe
    +rl/lib/site_perl/5.32.0/x86_64-linux /ajperznes/perl/lib/site_perl/5.
    +32.0 /ajperznes/perl/lib/5.32.0/x86_64-linux /ajperznes/perl/lib/5.32
    +.0).
    BEGIN failed--compilation aborted.
    
  3. or download this
    C:\>perl -MMath::BigInt -MMy_INC -le "print 'PERL5OPT: ' . $ENV{PERL5O
    +PT};print
    for @INC;"
    ...
    /ajperznes/perl/lib/site_perl/5.32.0
    /ajperznes/perl/lib/5.32.0/x86_64-linux
    /ajperznes/perl/lib/5.32.0