Help for this page

Select Code to Download


  1. or download this
    my %dispatch = (
    # Key = name of proc
    ...
        $function->bind_param($argc++, $arg, SQL_VARCHAR);
    }
    $function->execute;
    
  2. or download this
    my ($procedure, $function);
    DISPATCH: {
    ...
        # and so on...
    } #close block labelled DISPATCH;
    $function->execute;