| [Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: [nocol-users] auto-updat
|
hehe :) well you could always perl -MO=C *g*
I'll take a look at the C code tomorrow and see about a patch.
On Tue, 1 Dec 1998, steve
rader wrote:
> > From: "Jonathan A. Zdziarski"
> > if that's an issue you can do a comparison on the variables pretty easily.
> > You can also seek through the hash with something like...
> > foreach(keys(%whateverthevariableisimnotgoingtocheck)) {
> > my($original) = split(/\t/);
> > if ($original eq $new) {
> > if ($_ ne $newvariablehashreference) { &init(blah); }
> > }
> > }
>
> "Pretty easily?" Yeh, perl is cool, but this has little
> if any relation to necessary mods in the existing (ahem,
> cough, spit) C code.
>
> If it was perl, I would have posted patches that do what
> I need 'em to (of course. =:)
>
> steve
> -- -- -- --
> Steve Rader
> Systems and Network Manager
> WiscNet--Internetworking for Wisconsin
> rader@wiscnet.net
> bash: syntax error near unexpected token `=:)'
>
Thank you,
Jonathan A. Zdziarski
Sr. Systems Administrator
Netrail, inc.
888.NET.RAIL x240
|