Help for this page

Select Code to Download


  1. or download this
    Public Function myfn(arg As Double) As Double
        myfn = arg + Rnd()
    End Function
    
  2. or download this
    #!perl
    
    ...
        || Win32::OLE->new('Excel.Application', 'Quit');
    
    print "output = ", $Excel->Run('myfn', 17), "\n";
    
  3. or download this
    output = 17.468005657196