> $myPlatform = $mac if $^O =~ /mac/i; > $myPlatform = $dos if $^O =~ /win|dos/i;
darwin owners will be upset :-) -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
> $myPlatform = $mac if $^O =~ /mac/i; > $myPlatform = $dos if $^O =~ /win|dos/i;
darwin owners will be upset :-) -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen