in reply to data extraction from a variable

The docs are available via the perldoc command line tool.
my ($value1, $value2) = /:\s*(\S+)\s+(\S+)/;