about how you exactly created the hash.
my %hash = map { $_, ($string =~ m/$_:(.+?)\s*$z/)} @keys;what I understand is that you use map to create a new list from the @keys array. Am I correct in saying that $_ contains the first entry from @keys array? next part I don't understand at all could you please walk through the code?
In reply to Re^4: Parsing file in Perl post processing
by gbwien
in thread Parsing file in Perl post processing
by gbwien
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |