Print only the matching group in Perl
ID: print-only-the-matching-group-in-perl
stackoverflow.com/questions/5617314/perl-regex-print-the-matched-value/5617355#5617355
perl -lne 'print for /mykey=(\d+)/'
New to topics? Read the docs here!