in reply to Re: Match two files using regex
in thread Match two files using regex

I see, I guess it's the same for the fields variable as well...

Replies are listed 'Best First'.
Re^3: Match two files using regex
by GotToBTru (Prior) on Jun 02, 2015 at 19:53 UTC

    Yep. I strongly suggest you get familiar with the Perl debugger. It will be an enormous help to you as you learn the language. You can inspect the values of variables while the program is running. I frequently use it to try out syntax, especially when dealing with references.

    Dum Spiro Spero