addPerlExecutable
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addPerlExecutable( resourceName: string, appDirectory: string, executablePath: string): PerlAppResource;}Signature
method
addPerlExecutable builder Adds 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
resourceName string appDirectory string executablePath string Returns
PerlAppResource Applies to
This method applies to the following types: