Learn R Programming

blit (version 0.1.0)

perl: Perl is a highly capable, feature-rich programming language with over 36 years of development.

Description

Perl is a highly capable, feature-rich programming language with over 36 years of development.

Usage

perl(..., perl = NULL)

Value

A command object.

Arguments

...

<dynamic dots> Additional arguments passed to perl command. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example using shQuote. Details see: cmd_help(perl()).

perl

A string of path to perl command.

See Also