HI,
I am newbie to Perl. I started supporting one application that has one perl program and it needs modification. It does get next record if current record doesn't match pattern. I couldn't understand the use of s* and , in the match pattern. Could some one explain me in detail, please?
next if $_ !~ /GREEN\s*\, \s*ZONE\s*\,/;
Thanks!
I am newbie to Perl. I started supporting one application that has one perl program and it needs modification. It does get next record if current record doesn't match pattern. I couldn't understand the use of s* and , in the match pattern. Could some one explain me in detail, please?
next if $_ !~ /GREEN\s*\, \s*ZONE\s*\,/;
Thanks!