in reply to Import parameter not a string - grrr

To quote your own code: '.&unknown_type' => sub { Err "import parameter is not a string" }, So I think you have yourself to blame. (:

I have used non-strings in import routines with no such problems.

        - tye

Replies are listed 'Best First'.
Re: (tye)Re: Import parameter not a string - grrr
by John M. Dlugosz (Monsignor) on Dec 04, 2002 at 16:45 UTC
    Thanks. I'll have to figure out why it's still in there instead of being stripped earlier.

    I think I'll also prefix my error messages with something unique to avoid such confusion. The line number info on the error isn't always helpful I guess especially in the wee hours of the morning!

    Thanks for looking it over.

    —John