addPerlExecutable
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addPerlExecutable( resourceName: string, appDirectory: string, executablePath: string): PerlAppResource;}Signature
method
addPerlExecutablebuilderAdds a Perl executable (compiled binary or PAR-packed application) to the application model. The executable is run directly rather than through the `perl` interpreter.
addPerlExecutable( resourceName: string, appDirectory: string, executablePath: string): PerlAppResourceParameters
resourceNamestringappDirectorystringexecutablePathstringReturns
PerlAppResourceApplies to
This method applies to the following types: