Skip to content
Docs Try Aspire
Docs Try

addPerlExecutable

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
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): PerlAppResource
resourceName string
appDirectory string
executablePath string
PerlAppResource

Applies to

This method applies to the following types: