Help for this page

Select Code to Download


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