in reply to (tye)Re: I think I'm starting to get it
in thread I think I'm starting to get it
I looked into CSV.pm. It uses prototypes, which I don't get yet, and I don't have my camel handy. sub connect ($$;$$$) means (I think) two scalars, followed by three optional scalars. &DBD::CSV::connect() doesn't have a regex in it, but it does call &DBD::File::dr::connect() which does use a regex (one that is *way* beyond me now), which is where the problem comes from.
I think that makes it not a bug, but something strange that isn't documented in DBD::CSV as far as I can tell.
What do you think? Does any of this make sense?
michael
the blue haired monk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re4: I think I'm starting to get it
by tye (Sage) on Apr 10, 2001 at 18:37 UTC |