On 10/11/2006 10:42 AM, Sami FANTAR wrote:
[...]
I have read the Data::Dumper related doc.

Including the part where it tells you how to substitute the correct variable names for $VAR1,$VAR2,... ?

But, after having written your example, the output seems quite weird.
I got $VAR1,$VAR2, and so on.
Is it possible to personalize this output?


use Data::Dumper;
my @myarray = qw(blah blahblah blllah);
print Data::Dumper->Dump([EMAIL PROTECTED],[qw(myarray)]);

WARNING: UNTESTED CODE


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to