Skip to content
DocsTry Aspire
DocsTry

addPerlExecutable

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addPerlExecutable(
resourceName: string,
appDirectory: string,
executablePath: string): PerlAppResource;
}

Signature

methodaddPerlExecutablebuilder
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
resourceNamestring
appDirectorystring
executablePathstring
PerlAppResource

Applies to

This method applies to the following types: