Subject: | include meta info about any other args after the phrase |
mt("…", $file, $!, 'http://sample.com') == 'additional_args' => [ '$file', '$!', 'http://sample.com' ]
use Text::Balanced (or CSV or ???) to look ahead (but do not alter remaining text) and put that
info in the result hash.