Help for this page

Select Code to Download


  1. or download this
    use OurCommon;
    
  2. or download this
    BEGIN {
      $main::SIG{__DIE__} = \&OurCommon::handle_fatal_error; # new line
    ...
      package OurCommon;
    }
    # outside begin and outside a sub
    
  3. or download this
    # $lib eq "Math/BigInt/FastCalc.pm" here
    eval "use $lib qw/@c/;";