Help for this page

Select Code to Download


  1. or download this
    $old_db     = "emdb1";
    $new_db     = "kuku"; 
    ...
    $string     =~ s/([^,]*,)([^,]*,)([^,]*,)([^,]*,)/$str_regexp/ee; 
    
    print "$string\n";