Dixit iNetW3 (05.06 20.02.2004): >Hi Hallvard, >look at >> HELP JOIN >whatever type? the first value is (the Base value), >the second argument (the rest) will adopt it's type?. > in your case *print join "Took" * is a string >so, *s* will allways be a string. it's not a bug.
Hi iNetW3, True, the 'join behaviour is not a bug, but my initial problem was that 's became a string _before_ 'join could ever be evaluated. Now/time - s crashed. Turned out to be the mysql protocol that used the global word 's. Problem is fixed (cf. earlier on in this email thread). Thanks for your help anyway. HY Pr�tera censeo Carthaginem esse delendam -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
