while ($temp =~s/false/0/) {} # ersetzt alle "false" durch "0" while ($temp =~s/true/1/) {} # ersetzt alle "true" durch "1"