in reply to require Math::XOR
You may still run into problems with perl parsing things differently than if it had known about the xor_buf sub at compile time. I'm guessing Math::XOR::xor_buf didn't work because of that (in which case make sure it looks like a function call to perl, e.g. &Math::XOR::xor_buf("a","b") with & and ()) or because you got the case of some part of the name wrong.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: require Math::XOR
by tilly (Archbishop) on Apr 08, 2004 at 23:37 UTC |