Showing posts with label OS name. Show all posts
Showing posts with label OS name. Show all posts

Jun 22, 2008

$^O gives the OS name

#!F:\Perl\bin\perl -w
use strict;
print "$^0\n";