Help for this page

Select Code to Download


  1. or download this
    "competitors":[
    {
    ...
    ]
    }
    ],
    
  2. or download this
    90'+7': Burnley scored 0 status: 0
    90'+7': Manchester City scored 3 status: 0
    
  3. or download this
    for my $match (@{$parse_json->{'events'}}) {
        my $elapsed   = $match->{competitions}[0]{status}{displayClock};
    ...
        
        print "$elapsed: $home scored $home_score status: $status";
    }