Skip to content

Instantly share code, notes, and snippets.

@niczero
Created November 7, 2013 14:04
Show Gist options
  • Save niczero/7355035 to your computer and use it in GitHub Desktop.
Save niczero/7355035 to your computer and use it in GitHub Desktop.
Show defined objects in package 'main'
perl -M... -E'say $_, q{ : }, ${main::}{$_} for keys %{main::}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment