in reply to Extracting specific text info from the config file ouput
my ( undef, undef, $key_num, undef, $size, undef, $key ) = split /\s+/, $input; [download]
There's probably something prettier, but I think that should work.
Phil