Help for this page

Select Code to Download


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