In the debugger, removing module-type names (ending with '::'):
DB<1> x \%main:: 0 HASH(0x93a1708) "\cA" => *main:: "\cD" => *main:: "\cE" => *main:: "\cENCODING" => *main::NCODING "\cF" => *main:: "\cH" => *main:: "\cL" => *main:: "\cO" => *main:: "\cP" => *main:: "\cR" => *main:: "\cRE_TRIE_MAXBUF" => *main::E_TRIE_MAXBUF "\cS" => *main:: "\cTAINT" => *main::AINT "\cUNICODE" => *main::NICODE "\cV" => *main:: "\cW" => *main:: "\cWARNING_BITS" => *main::ARNING_BITS "\cX" => *main:: '!' => *main::! '"' => *main::" '$' => *main::$ '%' => *main::% ',' => *main::, '-' => *main::- '.' => *main::. '/' => *main::/ 0 => *main::0 1 => *main::1 2 => *main::2 3 => *main::3 4 => *main::4 ':' => *main::: '<' => *main::< '=' => *main::= '?' => *main::? '@' => *main::@ 'ARGV' => *main::ARGV 'BEGIN' => *main::BEGIN 'DynaLoader::' => *main::DynaLoader:: 'ENV' => *main::ENV 'INC' => *main::INC 'SIG' => *main::SIG 'STDERR' => *main::STDERR 'STDIN' => *main::STDIN 'STDOUT' => *main::STDOUT '\\' => *main::\ ']' => *main::] '^' => *main::^ '_' => *main::_ '_<' => undef 'dumpValue' => *main::dumpValue 'dumpvar' => *main::dumpvar 'stderr' => *main::stderr 'stdin' => *main::stdin 'stdout' => *main::stdout '|' => *main::| '~' => *main::~

So there's quite a lot of interesting stuff in there.

-QM
--
Quantum Mechanics: The dreams stuff is made of


In reply to Re^4: Why did @$ variable bite me in the ass? by QM
in thread Why did @$ variable bite me in the ass? by dmitri

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.