Help for this page

Select Code to Download


  1. or download this
    > perl -MDumpvalue -e '
    $d = Dumpvalue->new();
    $d->dumpValue([ 1, 2, { a => 3, b => 4, c => 5 } ])' > out.txt