Help for this page

Select Code to Download


  1. or download this
    $ENV{DISPLAY} = "10.16.119.3:0.0";
    `another_program`;
    
  2. or download this
    print "export DISPLAY=$display_value\n";
    
  3. or download this
    #!/usr/bin/bash
    # Create a temporary shell script using perl
    ...
    
    # run another program with the modified environment
    another_program