if( $ARGV[1] !~ m/^\// ) {
> $WM = '/usr/X11R6/bin' . $ARGV[1];
> Should be '/usr/X11R6/bin/' <-- I forgot the trailing '/'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
if( $ARGV[1] !~ m/^\// ) {
> $WM = '/usr/X11R6/bin' . $ARGV[1];
> Should be '/usr/X11R6/bin/' <-- I forgot the trailing '/'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]