Help for this page

Select Code to Download


  1. or download this
    use strict;
    package Extension;
    ...
    }
    
    1;
    
  2. or download this
    use IPC::System::Simple qw/capturex/;
    sub apply_scalar_function_of_x {
    ...
        }
        return $result;
    }