RosettaCodeData/Task/Host-introspection/Perl/host-introspection-1.pl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
80 B
Perl

use Config;
print "UV size: $Config{uvsize}, byte order: $Config{byteorder}\n";