In the meantime, I went through the code (which I understand only superficially) and changed each instance of www.perlmonks.org to 206.170.14.76 - and lo! A cargo plane dropped off a working getchat.pl and monkchat Perl/Tk client. I thought that I should post this more promptly than carefully, since the problem is immediate. It does seem to me that this sort of configuration information should be gathered together in a .monkchatrc file, to be read and exported as variables by a module. Presently the addresses are spread throughout the sundry files.
I was similarly inspired to look at the some code in a language I don't understand, and write some code for a module I understand poorly. By adding the lines:
to the Tk CB client, I was able to make it produce a WindowMaker Icon. I announce this here because the code is useful, but doubtless no good, and could use fixed by someone who actually understands it. :-){ my @command = ($0,@ARGV); $Window->command(?@command?); } $Window->group($Window);
*sigh* Oh great Cargo Gods... send us a sign! Your servant is calling...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How I Summoned the Planes
by mkmcconn (Chaplain) on Jan 02, 2001 at 07:04 UTC | |
by demerphq (Chancellor) on Feb 28, 2002 at 14:21 UTC |