for ($wind_dir) {
s/north/N/ig;
s/south/S/ig;
s/west/W/ig;
s/east/E/ig;
}
in my tooltip weather reporting program. Oh, the little things...
Two problems yet remain though:
Win32::GUI isn't the easiest thing in the world when you're unfamiliar with it.
Regex (Score:1)
Re:Regex (Score:1)
Re:Regex (Score:1)
Obviously it should be
Re:Regex (Score:1)
Re:Regex (Score:1)