stackoverflow.com/questions/5617314/perl-regex-print-the-matched-value/5617355#5617355
perl -lne 'print for /mykey=(\d+)/'
Articles by others on the same topic
There are currently no matching articles.
perl -lne 'print for /mykey=(\d+)/'