7 lines
75 B
Perl
7 lines
75 B
Perl
|
|
#!/usr/bin/perl -w
|
|
|
|
$wid = 255;
|
|
printf("Window ID=%x\n", $wid);
|
|
|
|
|