in reply to regex help
my @out = /,(\d+)/g; [download]
my @out = grep { defined } /(?:Total requests:|,(\d+))/g; [download]