The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Synopsis:

set variable variable-name value

Set a my or our variable; value must be a constant.

Examples:

  set variable $foo 20
  set variable @ARY = (1,2,3)

See also:

eval