my $string = <## my @fizzbin = ( $string =~ m{ (\w+)\n # Grab the title What:\s+([^\n]+)\n # Grab the what Date\sadded:\s+([^\(^\n]+) # Date added (\([^\n]+\))\n # Optional source # I want to use a default # value if nothing is # captured Data:\s+([^\n]+)\n # Grab the data }xmgs);