in reply to Re: "Ambiguous call" in decimal to binary conversion
in thread "Ambiguous call" in decimal to binary conversion

mea culpa ... I did indeed have two subs named pack and unpack -- not in the current package, but in a package being used, and written so long ago (last month) I couldn't remember what was in it.

Thanks for the jolt

  • Comment on Re: Re: "Ambiguous call" in decimal to binary conversion

Replies are listed 'Best First'.
Re: Re: Re: "Ambiguous call" in decimal to binary conversion
by Anonymous Monk on Apr 30, 2004 at 02:53 UTC
    So why did you export pack/unpack then?