Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    print "Hello World\n";
    
  2. or download this
    #!/usr/bin/perl -d:ptkdb
    use CGI (':standard');
    ...
    print start_html;
    print "Hello";
    print end_html;
    
  3. 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.
    
  4. or download this
    $ENV{DISPLAY} = "localhost:0.0";