- or download this
#!/usr/bin/perl
print "Hello World\n";
- or download this
#!/usr/bin/perl -d:ptkdb
use CGI (':standard');
...
print start_html;
print "Hello";
print end_html;
- or download this
couldn't connect to display ":0" at
/perl_modules/lib/site_perl/5.12.0/s390x-linux/Tk/MainWindow.pm
line 55.
- or download this
$ENV{DISPLAY} = "localhost:0.0";