Help for this page

Select Code to Download


  1. or download this
    my $url = "https://v3.football.api-sports.io/fixtures?live=1";
    my $url = "https://v3.football.api-sports.io/fixtures?live=2";
    my $url = "https://v3.football.api-sports.io/fixtures?live=3";
    
  2. or download this
    #!/usr/bin/perl -wT
    
    ...
    
    $dbh->commit;
    $dbh->disconnect;