Help for this page
my $string = "I have multiple ; in my string; however I want to keep t +he last one;"
$string =~ s/<regex>//; print "$string\n"; I have multiple in my string however I want to keep the last one;