- or download this
Function run_script(q As String) As String
' To use this sub/function you must have
...
run_script = False
End Function
- or download this
use strict;
...
my $return = foo("World") . bar("Cruel World");
return $return;
- or download this
Sub test_run_script()
Debug.Print run_script("Perl Test")
End Sub