Help for this page
#!/usr/bin/perl ... $string =~ s/;(?=.*;)//g; print $string;
./r.pl I have in my string replace all but last one;