Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $post (@availablePosts) {
        print join (', ', map {"$_ => $post->{$_}"} sort keys %$post), "\n
    +";
    }
    
  2. or download this
    1 => 2, 2 => 3, 3 => 3
    1 => 2, 3 => 6