Re: Content-type:image/gif\n\n problem

2002-09-30 Thread David Henderson
FILE; David Henderson -- For news about Trek books and Enterprise, visit Psi Phi! Star Trek Books: http://www.psiphi.org/cgi/upc-db/ Enterprise Site: http://enterprise.psiphi.org/ *

Re: Another Friday 13th

2002-09-12 Thread David Henderson
On Fri, Sep 13, 2002 at 05:17:55AM +0100, Pense, Joachim wrote: Perl-funlovers, what can be said about that moment in time? Fri Dec 13 21:45:52 1901 perl -e 'print .gmtime(-0x8000+3600)' One hour after gmtime(0x8000). David Henderson -- For news about Trek books and Enterprise

Re: Fisher-Yates shuffle

2002-04-16 Thread David Henderson
On Tue, Apr 16, 2002 at 09:10:14PM +0200, Philip Newton wrote: On Mon, 15 Apr 2002 15:50:39 -0500, [EMAIL PROTECTED] (David Henderson) wrote: {} doesn't auto-quotify It does in the context you mentioned -- hash keys. If Perl(5) can tell it's a hash, then it'll auto-quote barewords inside

Re: Fisher-Yates shuffle

2002-04-15 Thread David Henderson
(or will it in Perl 6?), $x{a}{b} should be equivalent to $x{a }{b }. If you need quote marks, there's still: $x{a }{b } = 1; $xxx{aaa}{bbb} = 2; print $x{a }{b }, \n; print $xxx{aaa}{bbb}, \n; David Henderson -- For news about Trek books and Enterprise, visit Psi Phi! Star Trek Books