in reply to Re: Delete till end of line to another string
in thread Delete till end of line to another string

$_ =~ m/\{/g; $str = $`; $str1=$'; $str=~ s/\>//g; print $str."{".$str1;
  • Comment on Re^2: Delete till end of line to another string