Re: perl pad.c Assertion !((sv)-sv_flags 0x00010000) failed

2007-06-22 Thread Peter Scott
? $ ./perl -wle '$q = shift; sub foo { my $x if $q; print $x // $]; \ $x = 42 } foo; $q++; foo' 0 5.009005 42 It looks like it, no? -- Peter Scott

Re: Duplicate table structure

2007-06-08 Thread Peter Scott
On Thu, 07 Jun 2007 08:47:00 +0200, Dr.Ruud wrote: Peter Scott schreef: Is there a simple way to create a new table with the same structure as a given one in a *different* database? That means the CREATE TABLE foo AS SELECT * FROM bar WHERE 1=2 method won't work. I'd need to have two

Re: [VPM] [RFC] naming a module for SQL routines

2004-09-18 Thread Peter Scott
that don't want to talk SQL. Hence, calling it a SyntaxModel is somewhat archaic. Given this, perhaps DBIx::Mechanize would be more appropriate. YMMV. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ *** New! *** http://www.perlmedic.com/

Non-blocking DBD::Oracle connections?

2003-03-26 Thread Peter Scott
? Or just the usual $SIG{ALRM}/eval approach? -- Peter Scott http://www.perldebugged.com

Re: DBI vs. piping query to Mysql

2002-04-03 Thread Peter Scott
marks or shell metacharacters). -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com

Core dump in plsql.t on Solaris

2001-05-18 Thread Peter Scott
). Any ideas? This is the only test that fails - well, I don't know what the remaining 7 subtests would do, obviously. Yeah, yeah, 7.2.2 is old. My next step is to essay 8.1.6 on Solaris 2.6. But I still need something working on Solaris 2.5.1, and Oracle 8.1.6 is not supported there. -- Peter