Help for this page

Select Code to Download


  1. or download this
    @config = map {s/oldtext/newtext/g; $_; } @config;
    
    ...
    print"$config[$t][0]\n";
    }
    
  2. or download this
    for (@config) {s/oldtext/newtext/g}