my $gl_vendor = Win32::API->new( "OpenGL32", "char* glGetString(int a)" )->Call( 0x1F00 ); print "Vendor (b): ", $gl_vendor;