Help for this page
/^Collection=>(\S*) \s+ ImageCount=>(\S*) \s+ Status=>(\S*) \s+ Missing=>(\S*) \s+ Modified=>(.*\S) /x
my %r = /^ (Collection)=>(\S*) \s+ ... (Missing)=>(\S*) \s+ (Modified)=>(.*\S) /x;