Repositories (1)

sky_spy
1 snippets stored for this repo
}x;
    
    if ( $html =~ $extract_data_from_row ) {
        ### I'm too lazy to fix the global usage here at the moment. Fuck it.
        $stats{'downstream'}{ $key } = $1;
        $stats{'upstream'  }{ $key } = $2;
    }