Help for this page

Select Code to Download


  1. or download this
    use SHARED_INTEGERS;
    
    my $calculation = $SHARED_INTEGERS::alfa * $SHARED_INTEGERS::beta;
    
  2. or download this
    package SHARED_INTEGERS.pm
    
    $alfa = 123;
    $beta = 456;