Help for this page

Select Code to Download


  1. or download this
    {
       "in-running-flag" : false,
       "markets" : [],
    ...
       "id" : 241995,
       "start" : "2013-09-10T17:00:00.000Z"
    }
    
  2. or download this
    my @meata = ...;
    my %cat;
    ...
        my( $type, $id, $name ) = @{$meat}{qw/ type id name/};
        $cat{ $type }{ $id } = $name;
    }