Help for this page

Select Code to Download


  1. or download this
    $ perl -wMstrict -ML -e 'Data::Dump->pp("x")'
    ("Data::Dump", "x")
    
  2. or download this
    $ perl -wMstrict -ML -e 'Data::Dump::pp("x")'
    $ perl -wMstrict -MData::Dump=pp -e 'pp("x")'