Re: DBI Integration with Perl

2000-04-28 Thread Tim Bunce
a) this is not the place to report problems with the DBI. Read the README. b) build your own perl, the one you're using doesn't match your local system Tim. On Fri, Apr 14, 2000 at 12:45:57PM -0700, Trinayan Bora wrote: > Hi, > > We are trying to integrate DBI with perl. When we run make in Spar

Name space for "make executable from script"

2000-04-28 Thread Nick Ing-Simmons
As I mentioned on p5p earlier I am working on a low-tech way of bundling script + modules into one executable. e.g. perl -MSerial ../foo > foo # produce one script which has all perl code in perl foo# just like ../foo but no @INC access scipt2c foo

Re: [OFF TOPIC] Anyone at modules@perl.org ?

2000-04-28 Thread Chris Nandor
At 22.05 +0100 2000.04.26, Tim Bunce wrote: >I'm not sure who's currently on the modules list, but if you guys aren't, >perhaps you'd like to join... part of the problem is that there are few >experienced people on the list and those that are have zero free time. Sure, sign me up. I don't know h

File::Temp - new module

2000-04-28 Thread Tim Jenness
I have just uploaded a File::Temp 0.07 to CPAN. This module can open temporary files, returning filehandles and filenames, first checking for possible security problems. This module came out of a recent discussion on perl5-porters where a need for such a module was raised (Tom Christiansen sugge