Front page | perl.perl5.porters |
Postings from April 2003
Data::Dumper request
From:
Alberto Simões/EPL
Date:
April 11, 2003 02:26
Subject:
Data::Dumper request
Message ID:
20030411092647.GA21924@alfarrabio.di.uminho.pt
Hi
<feature_request>
Data::Dumper constructs a string on memory to output. It would be nice
to have a function dumping the structure directly to stdout (or stderr)
for cases when the structure is so big that creating the Dumper of it
makes perl complain of out-of-memory.
Of course that can have problems for circular structures, and so on... but
the function cas ask for us to swear that the structure is all right :-)
</feature_request>
Best regards,
Alberto
--
Departamento de Informatica - Universidade do Minho
"The C Programming Language -- A language which combines the
flexibility of assembly language with the power of assembly language."
-
Data::Dumper request
by Alberto Simões/EPL