Help for this page
use warnings; use strict; ... Info: quz baz Spec: blah
{ "Detail:" => "Some really nice infos these are ", ... "Spec:" => "blah ", "Warning" => "test ", }
my %row = m{ (?| \A \s* ( \w+ ) | ^ \s* ( \w+ : ) ) \s+ ( (?: (?!^\s*\w+:) . )+ ) }xmsg;