in reply to PL/1's PUT DATA in Perl - is this possible?

Data::Dump::Streamer
use Data::Dump::Streamer; Dump($x,$y);

Replies are listed 'Best First'.
Re^2: PL/1's PUT DATA in Perl - is this possible?
by rovf (Priest) on Nov 07, 2008 at 10:53 UTC

    Data::Dump::Streamer looks promising, but I wonder whether there is also something I could use which is written in pure Perl. The README of Data::Dump::Streamer says

    The modules requires a functional C compiler, however PPM support for Win32 users will also be available sometime soon.
    My application should ideally be able to be "packaged in a box" (together with all the modules needed) and run on any platform having Perl 5.7 or higher. If I have modules with a compiled part, I would have to compile them for any possible target system in advance, which I would like to avoid.

    -- 
    Ronald Fischer <ynnor@mm.st>

      See the Useperl attribute in Data::Dumper - that makes it use pure perl version.