Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    else {
      print "Returned <undef>\n";
    }
    
  2. or download this
    Returned <undef>
    
  3. or download this
    #include <stdio.h>
    #include <windows.h>
    ...
    void main(void) {
      printf("Lang ID = 0x%04X\n", GetSystemDefaultLangID());
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
    else {
      print "Returned <undef>\n";
    }