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

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>
  • Comment on Re^2: PL/1's PUT DATA in Perl - is this possible?

Replies are listed 'Best First'.
Re^3: PL/1's PUT DATA in Perl - is this possible?
by mje (Curate) on Nov 07, 2008 at 11:38 UTC

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