Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -w -MData::Dump -le
    "$REFERRERS{foo}{bar}{baz}++;
    ...
     dd $REFERRERS;
    "
    { foo => { bar => { baz => 1 } } }