Help for this page
$ perl -wMstrict -ML -e 'Data::Dump->pp("x")' ("Data::Dump", "x")
$ perl -wMstrict -ML -e 'Data::Dump::pp("x")' $ perl -wMstrict -MData::Dump=pp -e 'pp("x")'