-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all: I would like to thank Robert and Ingo for all their help in converting my email signature script over to work in SuSE 8.0 Kmail 1.4. After correcting all errors (one of which was the file was not executable, other was a bad character in the file), I know have this bright new shiny sig to insert in all my mails to my windows friends. Thanks all for your help. By the way this is the new script: #!/usr/bin/perl # get current kernel version $version = `uname -r`; # get current uptime @uptime = split /\s+/, qx(uptime); ($hours, $minutes) = split /[:,]/, $uptime[5]; $disp = "Current Linux uptime: " . $uptime[3] . " days " . $hours . " hours " . $minutes . " minutes."; # version string has built-in newline. print "\tYours,\n\tRalph.\nIt said uses Windows XP so I proudly installed and use SuSE 8.0 Professional\nRegister Linux User 168814 ICQ #49993234 AIM ralphdewitt\nGPG Public Key available at http://www.keyserver.net\nKey fingerprint = 6426 1CFF 0987 9D51 76D6 06BC F22A CFF4 559A 03E7\nKernel version $version$disp\n"; exit(0); - -- Yours, Ralph. It said uses Windows XP so I proudly installed and use SuSE 8.0 Professional Register Linux User 168814 ICQ #49993234 AIM ralphdewitt GPG Public Key available at http://www.keyserver.net Key fingerprint = 6426 1CFF 0987 9D51 76D6 06BC F22A CFF4 559A 03E7 Kernel version 2.4.18-4GB Current Linux uptime: 6 days 18 hours 49 minutes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8zdP08irP9FWaA+cRAsrbAKChiLfiyfLfND7WIbb0vBYr/TJC0ACdEfxz 4h24p9WXXEw60o70So8t+Go= =KphY -----END PGP SIGNATURE-----