Re: DBI v2 - The Plan and How You Can Help

2005-07-07 Thread Maxim Sloyko
Sam Vilain wrote: Maxim Sloyko wrote: But this is not the point. The point was that usage of some file with passwords by *DEFAULT* is not the way to go, IMHO. It raises more problems than it solves. Can you give an example of such a problem that wasn't already there? Just to be clear

Re: DBI v2 - The Plan and How You Can Help

2005-07-05 Thread Maxim Sloyko
think this solves the problem, because what I usually want is the user to be able to use the application, but unable to see the DB password. So the user should have read permission set for the file, but on the other hand he shouldn't. It's not not a problem for Web App, though. -- Maxim Sloyko

Re: AUTLOAD and $_

2005-06-22 Thread Maxim Sloyko
undef in this case? I mean. can undef mean a no-op in subref context? -- Maxim Sloyko