The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
  • export VAR [=VALUE]

    Just like setenv, below, except that it also ties the variable (in the Perl sense) so that subsequent changes to the variable automatically affect the environment. Variables who are lists and appear in option 'array_exports' will also by tied to the array of the same name. Note that the variable must be specified without any Perl specifier like $ or @.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 7:

'=item' outside of any '=over'

=over without closing =back