in reply to
Re: Removing some part of string
in thread
Removing some part of string
while ($line){$_ =~ s/[ADFJMNOS][[:lower:]]{2}\.\s[0-3]{1,2}-\d{1,2}$//;}
Comment on
Re^2: Removing some part of string
Download
Code
In Section
Seekers of Perl Wisdom