Help for this page
use strict; my $PLATFORM = 'solaris'; ... print "Platform now is '$PLATFORM'\n"; }; };
use strict; my $PLATFORM = 'solaris'; ... print "Platform now is '$PLATFORM'\n"; }; #};