Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: sortkeys for Data::Dump

by rjt (Curate)
on Jul 22, 2013 at 02:30 UTC ( [id://1045562]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dump = dumpf($data, sub {
        use List::Util qw/max/;
        my ($ctx, $obj) = @_;
    ...
        }
        return \%r;
    });
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        }
        return \%r;
    });
    
  3. or download this
    {
      unknown => "unknown key",
    ...
                 },
      three   => "third",
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1045562]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-03-19 06:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found