in reply to Re: Red Wolf Chatterbox Client
in thread Red Wolf Chatterbox Client
If i launch it as ./redwolf.pl it gives me the error as in my first article. The path /usr/bin/perl is ok!!!#!/usr/bin/perl ### Modules use Tk; use IO::Socket; ### Win32 junk BEGIN { my($win32)=1 if($^O eq 'MSWin32'); if($win32) { eval 'use Win32::Shell'; die "$@\n" if($@); } } ### Configurables $maxlines=500; $blanknode=14532; $delaysec=10; # $proxy='';
|
---|