[Nottingham] SQLite and 'locking'

Duncan John Fyfe djf at star.le.ac.uk
Tue Feb 27 11:39:11 GMT 2007


On Tue, 2007-02-27 at 01:24 -0800, Ovid wrote:


> 
> Then we'll do it without the list:
> 
>   $ perl -le 'print "yes" if 4 > undef'
>   yes
> 
> "4 > undef" is true in Perl, but in the real world it's ambiguous. 
> That's another annoying source of bugs in Perl :(

In which case you need undef randomization to make it truly
undefined :) 
(as demonstrated at YAPC::Europe 2006)

Have fun,
Duncan





More information about the Nottingham mailing list