in reply to
Re: parsing a line
in thread
parsing a line
i tried this and it worked. if( $abc =~ /(?:$product\:)\s(\w.+)\s+/) { print $1; } Thanks for the guidance monks
Comment on
Re^2: parsing a line
In Section
Seekers of Perl Wisdom