Perl Regular Expressions - Troubleshooters.Com
Regular Expressions in Perl ... As you can see, you can seek a regex expression stored in a variable, and you can retrieve the result in $1. Symbol Explanations: =~ This operator appears between the string var you are comparing, and the regular expression...