-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 26-Aug-2002/12:17 -0400, Joseph Wright <[EMAIL PROTECTED]> wrote:
>To sum this up how can I have a web perl script launch an application on
>a specfic teminal running X. 

Using perl is pointless for this. A shell script would do:

#!/bin/sh
export DISPLAY=localhost:0
xclock &
echo "Content-Type: text/plain"
echo ''
echo Done


Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05      HomePage: <http://www.pobox.com/~agreene/>
Linux: the choice of a GNU Generation. <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene 0x6C94239D <[EMAIL PROTECTED]>

iD8DBQE9ao3kpCpg3WyUI50RAhuOAKDMv7Y9bedGSejPk9+wjSnaUrIJZwCaA2Wj
/nf0Vf8qudg0nBwurw3SE3I=
=3Z6d
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to