Help for this page

Select Code to Download


  1. or download this
    my %new_names;
    
    ...
        
        $name
    }gme;
    
  2. or download this
    my %new_names;
    
    $file =~ s{^\s+description\s\K(\w\w\w\w)(?=-\w+-\w+;)}{ 
        $new_names{$1} //= my_rand();
    }gme;