This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# Change the mayor's name in SimCity 2000 | |
# | |
# You should probably stick with plain ASCII if you use it. | |
use strict; | |
use warnings; | |
use bytes; |