1234567891011 #!/usr/bin/perluse strict;BEGIN { $| = 1; $^W = 1; # ENV{DISPLAY} = undef if $ENV{DISPLAY};}use t::lib::Display;t::lib::Display::xeyes();
#!/usr/bin/perl
use
strict;
BEGIN {
$| = 1;
$^W = 1;
# ENV{DISPLAY} = undef if $ENV{DISPLAY};
}
t::lib::Display;
t::lib::Display::xeyes();