in reply to time string parsing question
my $minutes = (split /:/, (my $time = (split /\,/, $string)[1]))[1]; [download]