Help for this page
#!/usr/bin/perl use strict; use warnings; ... while ($data =~ /$regex/ig) { print "$1 = $2\n"; }