Help for this page
Window 0x800022: Machine: genus Name: xterm ... Icon Name: mozilla-bin Command: mozilla-bin Instance/Class: mozilla-bin/Mozilla-bin
open my $fd, 'xlsclients -la|' or die "open: $!"; WHILE: while (1) { my @para; ... print "@para\n"; ## quotes intended in this small example } close $fd;