Learn R Programming

blit (version 0.2.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

  • https://www.perl.org/

  • cmd_wd()/cmd_envvar()/cmd_envpath()/cmd_conda()

  • cmd_on_start()/cmd_on_exit()

  • cmd_on_succeed()/cmd_on_fail()

  • cmd_parallel()

Other commands: allele_counter(), cellranger(), conda(), fastq_pair(), gistic2(), kraken2(), kraken_tools(), pyscenic(), python(), samtools(), seqkit(), trust4()