Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks , I am new to Dumper, My question is , Is there away to format the output of the Dumper?
I get somthing like :
I need the dumper to print somthing like$VAR1 = { 'Blue' => 1, 'COW' => 3 };
Is there a way to do it without having to re format the output ? thanksBlue 1 COW 3
Back to
Seekers of Perl Wisdom