http://qs321.pair.com?node_id=11108749


in reply to Re: Parse variables from @output
in thread Parse variables from @output

Again, compare your regular expression against the string you're trying to match, and eliminate the differences:

system image file is: bootflash:\/\/\/n5000-uk9.7.1.5.N1.1.bin +\n /^\s*system image file is:\s*"(.*)"/mi

Maybe you want to use a more interactive tool to find where your regex fails, for example haukex's interactive Perl regex tester.