Help for this page

Select Code to Download


  1. or download this
    C:\temp>perl -MMath::BigInt::Named -e "Math::BigInt::Named->new(42)"
    Can't locate object method "new" via package "Math::BigInt::Named" at 
    +-e line 1.
    ...
    C:\temp>perl -MMath::BigInt::Named -e "Math::BigInt::Named->name(42)"
    Can't locate object method "new" via package "Math::BigInt::Named" at 
    +C:/Program
    mi/Perl/site/lib/Math/BigInt/Named.pm line 41.
    
  2. or download this
    C:\temp>perl -MMath::BigInt::Named::English -e "Math::BigInt::Named::E
    +nglish->ne
    w(42)"
    ...
    me(42)"
    Can't locate object method "new" via package "Math::BigInt" at C:/Prog
    +rammi/Perl
    /site/lib/Math/BigInt/Named/English.pm line 15.