The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Synopsis:

info variables my

info variables my -v

info variables my var1 [var2...]

Lists my variables at the current frame. Use the frame changing commands like up, down or frame set the current frame.

In the first form, give a list of my 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 our, and frame-changing commands