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:

info variables our

info variables our -v

info variables our var1 [var2...]

List our variables at the current stack level. Use the frame changing commands like up, down or frame set the current frame.

In the first form, give a list of our variable names only. In the second form, list variable names and values In the third form, list variable names and values of var1, etc.

See also:

info variables lexicals, info variables my, and frame-changing commands