Help for this page

Select Code to Download


  1. or download this
    my $str= "1_abc/2_def/bla_30_31_blah"; 
    my $count= 0; 
    ...
        $str =~ s///; 
    } 
    print "\$str=($str)\n";
    
  2. or download this
    s/\d+_// for 1..2;