Perl
Last updated
Was this helpful?
Last updated
Was this helpful?
is a highly capable, feature-rich programming language with over 30 years of development.
No requirements.
nix
No environment.
No environment.
pkgs
: name of the packages to install
enabled
: True
to enable
, False
to skip (default to False
)
version
: the version of the cpan package
opts
opts
is not mandatory but allows to pass additional arguments.
Global opts
packages settings:
cpan:pkgs:opts:global
: allow passing arguments to all cpan packages when installing, updating, or uninstalling a package
Specific opts
packages settings:
cpan:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
cpan package when installing, updating, or uninstalling the package
Windows:
Linux
MacOS
Change enable
from False
to True
in the perl
section (cf ).
You can also take a look at the .
This aims to bring code intelligence for the Perl language to Visual Studio Code, mainly through the use of Exuberant Ctags.
This provides support for linting and syntax checking for Perl.
This provides a debugger for Perl in Visual Studio Code.
No .
Allow to manage packages.
Extra args can be arguments described in the or can be .
pm:pkgs:opts:install
: allow passing arguments to all cpan packages when installing a package (cf )
cpan:pkgs:opts:update
: allow passing arguments to all cpan packages when updating a package (cf )
cpan:pkgs:opts:uninstall
: allow passing arguments to all cpan packages when uninstalling a package (cf )
cpan:pkgs:<mypkg>:opts:install
: allow to pass arguments to <mypkg>
cpan packages when installing the package (cf )
cpan:pkgs:<mypkg>:opts:update
: allow to pass arguments to <mypkg>
cpan packages when updating the package (cf )
cpan:pkgs:<mypkg>:opts:uninstall
: allow to pass arguments to <mypkg>
cpan packages when uninstalling the package (cf )